From: Paul Floyd Date: Fri, 2 Feb 2024 20:17:49 +0000 (+0100) Subject: Makefiles: bug 476331 cleanup X-Git-Tag: VALGRIND_3_23_0~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c9a71a42d9dd28b9315ae937033e53b8a3b9ba4;p=thirdparty%2Fvalgrind.git Makefiles: bug 476331 cleanup Quick test with one script to see if buildbot is happy. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 916e5085d0..86c81b315b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,7 +26,6 @@ dist_noinst_SCRIPTS = \ check_makefile_consistency \ check_ppc64_auxv_cap \ filter_addresses \ - filter_discards \ filter_libc \ filter_numbers \ filter_stderr_basic \ @@ -36,6 +35,9 @@ dist_noinst_SCRIPTS = \ post_regtest_checks \ vg_regtest +noinst_SCRIPTS = \ + filter_discards + noinst_HEADERS = \ asm.h \ malloc.h \