summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-07-22 15:27:49 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-08-01 14:49:45 +1000
commitc4a21a4e9e2e2f13ae7a7c180710728d4adab557 (patch)
tree065867370f1abeb7c3f491499443efee2934475a
parent64e39411892fa4897f6e018daaa2de2ffaf8b671 (diff)
test: make the valgrind test an actual dependency of the test run
With parallel builds the valgrind test run would run at the same time as the normal run, the test suite isn't designed for that. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 4562455..fda0c5d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -206,7 +206,7 @@ VALGRIND_FLAGS=--leak-check=full \
--error-exitcode=3 \
--suppressions=$(srcdir)/valgrind.suppressions
-valgrind: all
+valgrind: check-am
$(MAKE) check-TESTS TEST_SUITE_LOG="test-suite-valgrind.log" LOG_COMPILER="$(VALGRIND)" LOG_FLAGS="$(VALGRIND_FLAGS)" CK_FORK=no USING_VALGRIND=yes
check: valgrind