[PATCH libinput 01/13] test: make the valgrind test an actual dependency of the test run

Peter Hutterer peter.hutterer at who-t.net
Tue Aug 2 02:40:46 UTC 2016


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 at who-t.net>
---
 test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.7.4



More information about the wayland-devel mailing list