From c3aa8b5046d093123a34d59fc987b55bfaa97076 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 26 May 2011 12:35:34 -0700 Subject: [PATCH] Extend valgrind tests. --- tests/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/include.am b/tests/include.am index d2ed91de..abcc0f33 100644 --- a/tests/include.am +++ b/tests/include.am @@ -13,7 +13,7 @@ TESTS_LDADDS= \ libtest/libserver.la \ libtest/libtest.la -VALGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --leak-check=yes --show-reachable=yes --track-fds=yes +VALGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --leak-check=yes --show-reachable=yes --track-fds=yes --malloc-fill=A5 --free-fill=DE DEBUG_COMMAND= $(LIBTOOL) --mode=execute gdb -- 2.30.2