summaryrefslogtreecommitdiffstats
path: root/test/recipes/05-test_md2.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-04-17 20:04:19 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-07 16:10:57 +0200
commit894025c6428e7a78fb251e7a16522c3b7351f357 (patch)
treed33543261ebd6d2d3eda117b0c60342cf2f18b59 /test/recipes/05-test_md2.t
parentf3356b7f49823ddf31683667dfd376312b0a92a3 (diff)
Add recipes for individual block ciphers, stream ciphers and digests
These recipes all correspond to a compiled test program. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/05-test_md2.t')
-rw-r--r--test/recipes/05-test_md2.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/recipes/05-test_md2.t b/test/recipes/05-test_md2.t
new file mode 100644
index 0000000000..4b942aea56
--- /dev/null
+++ b/test/recipes/05-test_md2.t
@@ -0,0 +1,12 @@
+#! /usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+use OpenSSL::Test;
+
+setup("test_md2");
+
+plan tests => 1;
+ok(run(test(["md2test"])), "running md2test");