summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_gost2814789.t
blob: e97128ff7e7293b7e7b90641c514e9a4ab4b0471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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');