aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-04-01 22:45:52 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-04-08 15:38:16 +0300
commit8360dc6cfb035698f99a874b7e8d202089dbd3dc (patch)
treebb20810ccb8bce74d2950c8f1e6b085e6500e352 /m4
parentb694e361ec7a97f2501d954599f989b31a039e71 (diff)
test: enable valgrind check
Valgrind will enable memcheck, drd and sgcheck by default Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_valgrind_check.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_valgrind_check.m4 b/m4/ax_valgrind_check.m4
index 25d5b09..ff05f56 100644
--- a/m4/ax_valgrind_check.m4
+++ b/m4/ax_valgrind_check.m4
@@ -114,7 +114,7 @@ VALGRIND_drd_FLAGS ?=
VALGRIND_sgcheck_FLAGS ?=
# Internal use
-valgrind_tools = memcheck helgrind drd sgcheck
+valgrind_tools ?= memcheck helgrind drd sgcheck
valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)