Skip to content

Commit 1266686

Browse files
Ramsay Jonesgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d64383a commit 1266686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,6 +2636,7 @@ bin-wrappers/%: wrap-for-bin.sh
26362636
# with that.
26372637

26382638
export NO_SVN_TESTS
2639+
export TEST_NO_MALLOC_CHECK
26392640

26402641
### Testing rules
26412642

0 commit comments

Comments
 (0)