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