From: Brian Aker Date: Wed, 6 Jul 2011 21:34:08 +0000 (-0700) Subject: Updating VALGRIND rules for tests. X-Git-Tag: 0.51~1^2~9^2~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=663ed69c5371853739bf28fae322bbc57ccfbcf3;p=awesomized%2Flibmemcached Updating VALGRIND rules for tests. --- diff --git a/libtest/include.am b/libtest/include.am index 4ce5a568..398037ba 100644 --- a/libtest/include.am +++ b/libtest/include.am @@ -11,7 +11,7 @@ LIBUTEST_TMP = ${abs_top_builddir}/tests/var/tmp/ -VALGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --leak-check=yes --show-reachable=yes --track-fds=yes --malloc-fill=A5 --free-fill=DE +VALGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --error-exitcode=1 --leak-check=yes --show-reachable=yes --track-fds=yes --malloc-fill=A5 --free-fill=DE CLEANFILES+= \ tests/var/log/* \