From c4a21a4e9e2e2f13ae7a7c180710728d4adab557 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 22 Jul 2016 15:27:49 +1000 Subject: [PATCH] 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 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 4562455b..fda0c5dc 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