summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-17 13:54:45 -0400
committerRich Salz <rsalz@openssl.org>2017-04-18 15:01:26 -0400
commitf3ab6c16c424054c8d6d2c152744dcbaf41c3232 (patch)
tree78931b9293cdbdfbf3f2cddfb28ccb03dac6bbe8 /test/build.info
parent3304d57848479441ffa0facc6d9693a466559756 (diff)
Update more tests
modes_internal_test, sslcorrupttest, v3nametest Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3238)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/build.info b/test/build.info
index eb36596ece..d6e43cf7b3 100644
--- a/test/build.info
+++ b/test/build.info
@@ -159,8 +159,8 @@ IF[{- !$disabled{tests} -}]
INCLUDE[igetest]=.. ../include
DEPEND[igetest]=../libcrypto
- SOURCE[v3nametest]=v3nametest.c
- INCLUDE[v3nametest]=../include
+ SOURCE[v3nametest]=v3nametest.c testutil.c test_main.c
+ INCLUDE[v3nametest]=.. ../include
DEPEND[v3nametest]=../libcrypto
SOURCE[crltest]=crltest.c testutil.c test_main.c
@@ -276,7 +276,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[dtlstest]=../include .
DEPEND[dtlstest]=../libcrypto ../libssl
- SOURCE[sslcorrupttest]=sslcorrupttest.c ssltestlib.c testutil.c
+ SOURCE[sslcorrupttest]=sslcorrupttest.c ssltestlib.c testutil.c test_main_custom.c
INCLUDE[sslcorrupttest]=../include .
DEPEND[sslcorrupttest]=../libcrypto ../libssl