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 <[email protected]>
---
 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

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to