mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 02:20:05 +01:00
test: make the valgrind target depend on 'all'
Make sure we rebuild before running valgrind, everything else is a waste of time. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7860a9ed77
commit
b2cd0c27bb
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ VALGRIND_FLAGS=--leak-check=full \
|
|||
--error-exitcode=3 \
|
||||
--suppressions=$(srcdir)/valgrind.suppressions
|
||||
|
||||
valgrind:
|
||||
valgrind: all
|
||||
$(MAKE) check-TESTS LOG_COMPILER="$(VALGRIND)" LOG_FLAGS="$(VALGRIND_FLAGS)" CK_FORK=no USING_VALGRIND=yes
|
||||
|
||||
check: valgrind
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue