openssl/test/recipes/90-test_gost2814789.t

14 lines
289 B
Perl
Raw Normal View History

#! /usr/bin/perl
use strict;
use warnings;
use OpenSSL::Test qw/:DEFAULT top_dir/;
setup("test_gost2814789");
$ENV{OPENSSL_ENGINES} =
$ENV{BIN_D} ? top_dir($ENV{BIN_D}) : top_dir("engines", "ccgost");
plan tests => 1;
ok(run(test(["gost2814789test"])), 'running gost2814789test');