From: Ed Maste Date: Mon, 1 Oct 2012 21:11:31 +0000 (+0000) Subject: tests: Also enable FreeBSD libc debugging X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba2441379b183a96eef51a824d772f1945a31a7;p=openvswitch tests: Also enable FreeBSD libc debugging Signed-off-by: Ed Maste Signed-off-by: Ben Pfaff --- diff --git a/tests/atlocal.in b/tests/atlocal.in index 8d0f59d6..c23f8e9a 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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