From cd9fd458a58ea0b43257c2bb6f2470013460a8d4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 18 Feb 2020 19:39:01 +1000 Subject: [PATCH] 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 --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 41730e9..4e92375 100644 --- 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)