openssl/test/recipes/15-test_ecdsa.t
Richard Levitte 0c85cc5069 Add asymetric cipher test recipes
Some of them make use of recipes/tconversion.pl.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-07 16:10:57 +02:00

13 lines
171 B
Perl

#! /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");