openssl/test/recipes/15-test_ecdsa.t

13 lines
171 B
Perl
Raw Normal View History

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