Do not override VALGRIND_OPTS=--leak-check=full
Change-Id: I35c8376a45fa7ed2cc292ed9442e4ddf2e4172db
This commit is contained in:
@@ -27,7 +27,7 @@ gb_CppunitTest__interactive := $(true)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(strip $(VALGRIND)),)
|
ifneq ($(strip $(VALGRIND)),)
|
||||||
gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50 --error-exitcode=1 --trace-children=yes --trace-children-skip='*/java,*/gij' --leak-check=no
|
gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50 --error-exitcode=1 --trace-children=yes --trace-children-skip='*/java,*/gij'
|
||||||
ifeq ($(strip $(VALGRIND)),memcheck)
|
ifeq ($(strip $(VALGRIND)),memcheck)
|
||||||
G_SLICE := always-malloc
|
G_SLICE := always-malloc
|
||||||
GLIBCXX_FORCE_NEW := 1
|
GLIBCXX_FORCE_NEW := 1
|
||||||
|
Reference in New Issue
Block a user