openssl/test/recipes/30-test_evp.t
Richard Levitte 4fb35f8fcb Add engine and evp test recipes.
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-07 16:10:57 +02:00

14 lines
239 B
Perl

#! /usr/bin/perl
use strict;
use warnings;
use Test::More;
use OpenSSL::Test qw/:DEFAULT top_file/;
setup("test_evp");
plan tests => 1;
ok(run(test(["evp_test", top_file("test", "evptests.txt")])),
"running evp_test evptests.txt");