From 4d632903c15c6f46b0e1444c563a75648a077b1b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 28 Feb 2009 05:23:19 -0400 Subject: Added LedgerHarness.py, to simplify test creation --- test/fullcheck.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/fullcheck.sh') diff --git a/test/fullcheck.sh b/test/fullcheck.sh index 5763278c..f3c20dd2 100755 --- a/test/fullcheck.sh +++ b/test/fullcheck.sh @@ -11,5 +11,8 @@ export MallocPreScribble=1 export MallocCheckHeapStart=100 export MallocCheckHeapEach=100 export DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib +export MALLOC_PROTECT_BEFORE=1 +export MALLOC_FILL_SPACE=1 +export MALLOC_STRICT_SIZE=1 exec $VALGRIND $@ -- cgit v1.2.3