New SSL test framework
[openssl.git] / test / recipes / 80-test_ssl_test_ctx.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use OpenSSL::Test qw/:DEFAULT srctop_file/;
7
8 setup("test_ssl_test_ctx");
9
10 plan tests => 1;
11 ok(run(test(["ssl_test_ctx_test", srctop_file("test", "ssl_test_ctx_test.conf")])),
12    "running ssl_test_ctx_test ssl_test_ctx_test.conf");