projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0effd
)
test: always ship with the helper files
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 18 Feb 2020 09:39:01 +0000
(19:39 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 18 Feb 2020 09:39:40 +0000
(19:39 +1000)
The tarball shouldn't be dependent on whatever options were passed to
configure.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index 41730e9d17e020b0b317ca5c87b4bb544d452382..4e923751060b70656e9bd8471b3a44dc16003b52 100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-102,8
+102,6
@@
check_local_deps += valgrind
endif
-EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh
-
if GCOV_ENABLED
CLEANFILES = gcov-reports/*.gcov gcov-reports/summary.txt *.gcno *.gcda
@@
-153,5
+151,7
@@
static-symbol-leaks: test-static-link
check_local_deps += static-symbol-leaks
endif # HAVE_NM
+EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh
+
check-local: $(check_local_deps)