aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2016-03-30 15:46:53 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-31 17:22:05 +0300
commit69a77bdac776edf6615c1aae963690a618557d1a (patch)
treeda561868ae941d524f0bbd497bfd41f6c618022e /test
parent16cc12ae1b913d86084ae59cb2597499e7f727df (diff)
test: run only memcheck
valgrind can run many tools, however they tend to result in the code never passing currently, start out stabilizing the results for the memory leek checking first and add more tools later. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index c4399cb1a..5def9235e 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -16,6 +16,6 @@ AM_CXXFLAGS = $(INCFLAGS)
AM_LDFLAGS += -L$(LIB)
@VALGRIND_CHECK_RULES@
-valgrind_tools = memcheck drd sgcheck
+valgrind_tools = memcheck
TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} EXEEXT=${EXEEXT}