]> git.ipfire.org Git - thirdparty/openssl.git/blob - test/recipes/90-test_gost2814789.t
Add version numbers on some modules we use.
[thirdparty/openssl.git] / test / recipes / 90-test_gost2814789.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More 0.96;
6 use OpenSSL::Test qw/:DEFAULT top_dir/;
7
8 setup("test_gost2814789");
9
10 $ENV{OPENSSL_ENGINES} =
11 $ENV{BIN_D} ? top_dir($ENV{BIN_D}) : top_dir("engines", "ccgost");
12
13 plan tests => 1;
14 ok(run(test(["gost2814789test"])), 'running gost2814789test');