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)