Enable memory debugging while testing
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Nov 2016 16:08:10 +0000 (17:08 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Nov 2016 16:08:10 +0000 (17:08 +0100)
commit6d4bc8a3d2c2f7701588bbfdea80a1f7a3973f26
treec540bd85e6bd152769d4479ea098f949e39c0450
parent3b0478fe03191bedef44644996a5a6da51f77eaf
Enable memory debugging while testing

Pre 1.1.0, 'make test' would set the environment variable
OPENSSL_DEBUG_MEMORY to "on".  This got lost when translating the old
build files to the new templates.  This changes reintroduces that
variable.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1840)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl