test/cipher_overhead_test.c: build unconditionally
[openssl.git] / test / recipes / 90-test_overhead.t
index 9a108cd0036d67741bd0e5bb4aef17758ee711dd..e9319003b246b96d2d52ff17d12e85ae3e4d6228 100644 (file)
@@ -12,9 +12,6 @@ use OpenSSL::Test::Utils;
 
 setup("test_overhead");
 
-plan skip_all => "Only supported in no-shared builds"
-    if !disabled("shared");
-
 plan tests => 1;
 
 ok(run(test(["cipher_overhead_test"])), "running cipher_overhead_test");