From 1ba2441379b183a96eef51a824d772f1945a31a7 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 1 Oct 2012 21:11:31 +0000 Subject: [PATCH] tests: Also enable FreeBSD libc debugging Signed-off-by: Ed Maste Signed-off-by: Ben Pfaff --- tests/atlocal.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.43.0