tests: Also enable FreeBSD libc debugging
authorEd Maste <emaste@adaranet.com>
Mon, 1 Oct 2012 21:11:31 +0000 (21:11 +0000)
committerBen Pfaff <blp@nicira.com>
Mon, 1 Oct 2012 21:17:32 +0000 (14:17 -0700)
Signed-off-by: Ed Maste <emaste@adaranet.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/atlocal.in

index 8d0f59d..c23f8e9 100644 (file)
@@ -38,3 +38,7 @@ MALLOC_CHECK_=2
 MALLOC_PERTURB_=165
 export MALLOC_CHECK_
 export MALLOC_PERTURB_
+
+# Enable FreeBSD libc malloc debugging features.
+MALLOC_CONF=AJ
+export MALLOC_CONF