summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-04-10 10:05:55 +1000
committerMatt Caswell <matt@openssl.org>2017-04-12 10:59:53 +0100
commit789dfc478eea50d8f47f192ef8f3d359ae386c78 (patch)
treeb233a2fb913971e7b4b83b24fdfbf984ca68847d /test/build.info
parentf5864227dced7e214fdcf338d024a7431f22a788 (diff)
Update secmemtest and memeleaktest to use the test infrastructure.
It isn't easy to use the test framework since it turns memory debugging on as well and the CRYPTO_mem_leaks_fp function cannot be called twice. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3169)
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 2094672df9..9d6a7824d8 100644
--- a/test/build.info
+++ b/test/build.info
@@ -203,7 +203,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[asynctest]=.. ../include
DEPEND[asynctest]=../libcrypto
- SOURCE[secmemtest]=secmemtest.c
+ SOURCE[secmemtest]=secmemtest.c testutil.c test_main.c
INCLUDE[secmemtest]=../include
DEPEND[secmemtest]=../libcrypto
@@ -211,7 +211,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[srptest]=../include
DEPEND[srptest]=../libcrypto
- SOURCE[memleaktest]=memleaktest.c
+ SOURCE[memleaktest]=memleaktest.c testutil.c
INCLUDE[memleaktest]=../include
DEPEND[memleaktest]=../libcrypto