summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-03-04 23:11:16 +0100
committerAndy Polyakov <appro@openssl.org>2017-03-07 10:56:07 +0100
commitee6d9dfb39ff90a31027c51b80362d274918e3dd (patch)
tree6bb0eac1a535e4171c921ba645c0f3d5c6381c11 /test/recipes
parentbf580d5f30368f7ebc4c44f10575b5f0b411d594 (diff)
test: add chacha_internal_test.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/03-test_internal.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/03-test_internal.t b/test/recipes/03-test_internal.t
index e63f0d20c0..8cd9029b1b 100644
--- a/test/recipes/03-test_internal.t
+++ b/test/recipes/03-test_internal.t
@@ -17,6 +17,7 @@ my $shared_windows = $^O eq 'MSWin32' && !disabled("shared");
my %known_internal_tests =
( mdc2_internal_test => !disabled("mdc2"),
poly1305_internal_test => !disabled("poly1305") && !$shared_windows,
+ chacha_internal_test => !disabled("chacha") && !$shared_windows,
modes_internal_test => !$shared_windows,
asn1_internal_test => !$shared_windows,
x509_internal_test => !$shared_windows,