mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 18:10:07 +01:00
test: unconditionally distribute the valgrind suppressions
Reported-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d0af7f2851
commit
067426385e
1 changed files with 1 additions and 3 deletions
|
|
@ -2,8 +2,6 @@ if BUILD_TESTS
|
|||
run_tests = test-libevdev test-kernel
|
||||
build_tests = test-compile-pedantic test-link
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
noinst_PROGRAMS = $(run_tests) $(build_tests)
|
||||
|
|
@ -64,9 +62,9 @@ valgrind:
|
|||
|
||||
check: valgrind
|
||||
|
||||
EXTRA_DIST += valgrind.suppressions
|
||||
endif
|
||||
|
||||
EXTRA_DIST = valgrind.suppressions
|
||||
|
||||
if GCOV_ENABLED
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue