commit | ee1431bfc565c5031e66408bc70c42be87a626aa | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Wed Sep 26 22:16:39 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Sep 26 23:39:13 2012 -0700 |
tree | 37782a4ede213efc397bfd7867fab5c173907932 | |
parent | 1b3185fc2be3cc92a834fcfcb7110d1072184700 [diff] |
MALLOC_CHECK: enable it, unless disabled explicitly The malloc checks in tests are currently disabled. Actually evaluate the variable for turning them off and enable them if it's unset. Also use this opportunity to give it the more descriptive and consistent name TEST_NO_MALLOC_CHECK. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>