test/recipes/03-test_internal_*: call setup() first.
[openssl.git] / test / recipes / 03-test_internal_siphash.t
index f8569de769b56ac0927df23eb2e7933196bf49f1..1a8a61736fce20e1a9b7c855b929c5d78dca662f 100644 (file)
@@ -11,6 +11,8 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
+setup("test_internal_siphash");
+
 plan skip_all => "This test is unsupported in a shared library build on Windows"
     if $^O eq 'MSWin32' && !disabled("shared");