summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-04 08:56:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-04 09:00:06 +0100
commit7c1a74b62ec33d6994445a7fb9d91088b3067316 (patch)
tree53105d3d2eabbbae3d13f489e2a40cbd5a48ac39 /solenv
parentno need to continue, delete NULL is safe (diff)
downloadcore-7c1a74b62ec33d6994445a7fb9d91088b3067316.tar.gz
core-7c1a74b62ec33d6994445a7fb9d91088b3067316.zip
regenerate list
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index a463b769f50f..e75ce4d311e6 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -41,7 +41,7 @@ gb_CppunitTest__interactive := $(true)
endif
ifneq ($(strip $(VALGRIND)),)
-gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50
+gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50 --leak-check=full
ifeq ($(strip $(VALGRIND)),memcheck)
G_SLICE := always-malloc
export G_SLICE