Update secmemtest and memeleaktest to use the test infrastructure.
authorPauli <paul.dale@oracle.com>
Mon, 10 Apr 2017 00:05:55 +0000 (10:05 +1000)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Apr 2017 09:59:53 +0000 (10:59 +0100)
commit789dfc478eea50d8f47f192ef8f3d359ae386c78
treeb233a2fb913971e7b4b83b24fdfbf984ca68847d
parentf5864227dced7e214fdcf338d024a7431f22a788
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)
test/build.info
test/memleaktest.c
test/secmemtest.c