Add asymetric cipher test recipes
[openssl.git] / test / recipes / 15-test_ecdsa.t
diff --git a/test/recipes/15-test_ecdsa.t b/test/recipes/15-test_ecdsa.t
new file mode 100644 (file)
index 0000000..2cd144b
--- /dev/null
@@ -0,0 +1,12 @@
+#! /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");