From 663ed69c5371853739bf28fae322bbc57ccfbcf3 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 6 Jul 2011 14:34:08 -0700 Subject: [PATCH] Updating VALGRIND rules for tests. --- libtest/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* \ -- 2.30.2