mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 12:30:08 +01:00
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>
This commit is contained in:
parent
64e3941189
commit
c4a21a4e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue