tests: Also enable FreeBSD libc debugging
[sliver-openvswitch.git] / tests / atlocal.in
index 5360225..c23f8e9 100644 (file)
@@ -32,3 +32,13 @@ if test $HAVE_PYTHON = yes; then
         export PYTHONPATH
     fi
 fi
+
+# Enable glibc malloc debugging features.
+MALLOC_CHECK_=2
+MALLOC_PERTURB_=165
+export MALLOC_CHECK_
+export MALLOC_PERTURB_
+
+# Enable FreeBSD libc malloc debugging features.
+MALLOC_CONF=AJ
+export MALLOC_CONF