summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2017-02-16 09:09:39 -0500
committerAndy Polyakov <appro@openssl.org>2017-02-19 11:56:20 +0100
commit0837bd869b4f3c95ff78f29a05cb94c10b39d54f (patch)
treebfc3d67857e2e8bbe02dc1dae6006641cf58ae5f /test
parentd89f66412ba5168e7d6fd9dd88619d927d716f55 (diff)
Internal siphash tests are not run.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2649)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/03-test_internal.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/recipes/03-test_internal.t b/test/recipes/03-test_internal.t
index 33cb7a3b53..e63f0d20c0 100644
--- a/test/recipes/03-test_internal.t
+++ b/test/recipes/03-test_internal.t
@@ -19,7 +19,8 @@ my %known_internal_tests =
poly1305_internal_test => !disabled("poly1305") && !$shared_windows,
modes_internal_test => !$shared_windows,
asn1_internal_test => !$shared_windows,
- x509_internal_test => !$shared_windows );
+ x509_internal_test => !$shared_windows,
+ siphash_internal_test => !disabled("siphash") && !$shared_windows );
plan tests => scalar keys %known_internal_tests;