summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-18 16:33:15 -0400
committerRich Salz <rsalz@openssl.org>2017-04-18 16:33:15 -0400
commitadcd8e37db682a5818415b1e0e1d8847dd9ab1e6 (patch)
tree87d3c0d4da92ff291ab78be08b778876b0586453 /test/build.info
parentf3ab6c16c424054c8d6d2c152744dcbaf41c3232 (diff)
Convert more tests
ct_test,evp_extra_test,wpackettest,packettest Add strncmp TEST wrappers And make some style/consistency fixes to ct_test Silence travis; gcc bug? Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3234)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index d6e43cf7b3..01b4c6831c 100644
--- a/test/build.info
+++ b/test/build.info
@@ -151,7 +151,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[evp_test]=../include
DEPEND[evp_test]=../libcrypto
- SOURCE[evp_extra_test]=evp_extra_test.c
+ SOURCE[evp_extra_test]=evp_extra_test.c testutil.c test_main.c
INCLUDE[evp_extra_test]=../include
DEPEND[evp_extra_test]=../libcrypto
@@ -191,7 +191,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[bad_dtls_test]=../include
DEPEND[bad_dtls_test]=../libcrypto ../libssl
- SOURCE[packettest]=packettest.c
+ SOURCE[packettest]=packettest.c testutil.c test_main.c
INCLUDE[packettest]=../include
DEPEND[packettest]=../libcrypto