aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-24 17:05:10 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 17:05:10 +0200
commit7cb19d4fb99d5bcd2eba76245bc2af9d889b4ff1 (patch)
treec1bdaa4cb05990c9d87ff8308a1ff08257fca06d /tests
parent2f74607e0c8b2ca57826430e02636ef5fee6a53b (diff)
Imported Upstream version 1.2.0upstream/1.2.0
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/Makefile.in b/tests/check/Makefile.in
index 47e0628..c9fb5e9 100644
--- a/tests/check/Makefile.in
+++ b/tests/check/Makefile.in
@@ -1238,6 +1238,7 @@ LOOPS ?= 10
$(VALGRIND_PATH) -q \
$(foreach s,$(SUPPRESSIONS),--suppressions=$(s)) \
--tool=memcheck --leak-check=full --trace-children=yes \
+ --show-possibly-lost=no \
--leak-resolution=high --num-callers=20 \
./$* 2>&1 | tee valgrind.log
@if grep "==" valgrind.log > /dev/null 2>&1; then \
@@ -1255,6 +1256,7 @@ LOOPS ?= 10
$(VALGRIND_PATH) -q \
$(foreach s,$(SUPPRESSIONS),--suppressions=$(s)) \
--tool=memcheck --leak-check=full --trace-children=yes \
+ --show-possibly-lost=no \
--leak-resolution=high --num-callers=20 \
--gen-suppressions=all \
./$* 2>&1 | tee suppressions.log