From: Brian Aker Date: Fri, 27 May 2011 18:57:55 +0000 (-0700) Subject: Simple addition to valgrind test. X-Git-Tag: 0.51~7 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=9f7b73d459c70cbed3bbc29b1fef626eb4cf6f3c;hp=6dab5e4d5dfb6145966a3efa48a41cf7e609c9ad;p=awesomized%2Flibmemcached Simple addition to valgrind test. --- 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