test: always ship with the helper files

The tarball shouldn't be dependent on whatever options were passed to
configure.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-02-18 19:39:01 +10:00
parent ae0effd5ee
commit cd9fd458a5

View file

@ -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)