From: Ed Maste Date: Mon, 1 Oct 2012 21:11:31 +0000 (+0000) Subject: tests: Also enable FreeBSD libc debugging X-Git-Tag: sliver-openvswitch-1.9.90-1~3^2~83 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1ba2441379b183a96eef51a824d772f1945a31a7;p=sliver-openvswitch.git 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 8d0f59d67..c23f8e9a2 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