Add heim_malloc_debug
authorLove Hornquist Astrand <lha@h5l.org>
Mon, 7 Sep 2009 20:14:00 +0000 (13:14 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Mon, 7 Sep 2009 20:14:00 +0000 (13:14 -0700)
tests/bin/setup-env.in

index 1ae17f4bf88e2013c7ee5c27e8b86e339645e6e6..b762349692a7fe3126f5b13d46c9b207df0c734b 100644 (file)
@@ -31,3 +31,8 @@ have_db="${top_builddir}/tests/db/have-db"
 
 # data
 hx509_data="${top_srcdir}/lib/hx509/data"
+
+
+
+# malloc debug
+HEIM_MALLOC_DEBUG="MallocStackLoggingNoCompact=1 MallocErrorAbort=1"