openssl/test/recipes/05-test_rand.t

13 lines
168 B
Perl
Raw Normal View History

#! /usr/bin/perl
use strict;
use warnings;
use Test::More;
use OpenSSL::Test;
setup("test_rand");
plan tests => 1;
ok(run(test(["randtest"])), "running randtest");