From: Ben Pfaff Date: Mon, 1 Oct 2012 20:37:57 +0000 (-0700) Subject: tests: Enable glibc malloc debugging features in testsuite. X-Git-Tag: sliver-openvswitch-1.9.90-1~3^2~84 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2db1f87ec28c9e3f34e56202c9b5389cf84974c2;p=sliver-openvswitch.git tests: Enable glibc malloc debugging features in testsuite. I don't know of a reason not to use these features for testing. Signed-off-by: Ben Pfaff Acked-by: Kyle Mestery --- diff --git a/tests/atlocal.in b/tests/atlocal.in index 53602258c..8d0f59d67 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -32,3 +32,9 @@ 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_