Add recipes for misc other things we want to test
[oweals/openssl.git] / test / recipes / 90-test_v3name.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 use OpenSSL::Test;
8
9 setup("test_v3name");
10
11 plan tests => 1;
12 ok(run(test(["v3nametest"])), "running v3nametest");