MALLOC_CHECK: Allow checking to be disabled from config.mak
commit1266686b97d9c1783b89911a938bf992d8292bc6
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Sat, 6 Oct 2012 17:33:08 +0000 (6 18:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Oct 2012 18:15:35 +0000 (10 11:15 -0700)
tree6c2dfd887f96b48222050a0d99699607df58823e
parentd64383ab14c0e728f81a32ddbb8375ba8abde14f
MALLOC_CHECK: Allow checking to be disabled from config.mak

The malloc checks can be disabled using the TEST_NO_MALLOC_CHECK
variable, either from the environment or command line of an
'make test' invocation. In order to allow the malloc checks to be
disabled from the 'config.mak' file, we add TEST_NO_MALLOC_CHECK
to the environment using an export directive.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile