summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_p5_crpt2.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_p5_crpt2.t')
-rw-r--r--test/recipes/90-test_p5_crpt2.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/recipes/90-test_p5_crpt2.t b/test/recipes/90-test_p5_crpt2.t
new file mode 100644
index 0000000000..e03c5b67be
--- /dev/null
+++ b/test/recipes/90-test_p5_crpt2.t
@@ -0,0 +1,12 @@
+#! /usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+use OpenSSL::Test;
+
+setup("test_p5_crpt2");
+
+plan tests => 1;
+ok(run(test(["p5_crpt2_test"])), "running p5_crpt2_test");