summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-26 00:25:44 +0200
committerRichard Levitte <levitte@openssl.org>2016-11-03 13:13:31 +0100
commitaeac218372239752e79769da8f7d1db16d87307d (patch)
treeef525968098f1c8f7ea915506077e28e92d3cf21 /test/build.info
parent9c89c8460a4dcf828a22e2dfc279b5ea8a80ec60 (diff)
Convert poly1305 selftest into internal test
Reviewed-by: Emilia Käsper <emilia@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1789)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index aa9b933e42..1c10a83c09 100644
--- a/test/build.info
+++ b/test/build.info
@@ -298,6 +298,20 @@ IF[{- !$disabled{tests} -}]
INCLUDE[cipher_overhead_test]=.. ../include
DEPEND[cipher_overhead_test]=../libcrypto ../libssl
ENDIF
+
+ IF[{- !$disabled{poly1305} -}]
+ PROGRAMS_NO_INST=poly1305_internal_test
+ ENDIF
+
+ SOURCE[poly1305_internal_test]=poly1305_internal_test.c testutil.c
+ IF[{- !$disabled{shared} -}]
+ SOURCE[poly1305_internal_test]= ../crypto/poly1305/poly1305.c \
+ {- $target{poly1305_asm_src} ? "../crypto/poly1305/".$target{poly1305_asm_src} : "" -} \
+ {- $target{cpuid_asm_src} ? "../crypto/".$target{cpuid_asm_src} : "" -} \
+ ../crypto/cryptlib.c
+ ENDIF
+ INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include
+ DEPEND[poly1305_internal_test]=../libcrypto
ENDIF
{-