Refuse to run test_cipherlist unless shared library matches build
[openssl.git] / test / recipes / 03-test_internal_x509.t
index 2f6402cac84849101f98bbefe7392b2176fae4c1..d4aaa22e72d248f981951b5a02bf4cfcece32ba1 100644 (file)
@@ -11,6 +11,8 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
+setup("test_internal_x509");
+
 plan skip_all => "This test is unsupported in a shared library build on Windows"
     if $^O eq 'MSWin32' && !disabled("shared");