summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.decl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.decl b/Makefile.decl
index c9f5d5f50..eb8237a8e 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -13,7 +13,7 @@ TEST_PROGS =
# test: run all tests in cwd and subdirs
test: ${TEST_PROGS}
if OS_UNIX
- @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
+ @test -z "${TEST_PROGS}" || MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
@ for subdir in $(SUBDIRS) . ; do \
test "$$subdir" = "." -o "$$subdir" = "po" || \
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \