From: Brian Aker Date: Thu, 26 May 2011 19:35:34 +0000 (-0700) Subject: Extend valgrind tests. X-Git-Tag: 0.51~7^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=c3aa8b5046d093123a34d59fc987b55bfaa97076;p=awesomized%2Flibmemcached Extend valgrind tests. --- 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