openssl/test/recipes/05-test_rc4.t

13 lines
165 B
Perl
Raw Normal View History

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