From 3c9a71a42d9dd28b9315ae937033e53b8a3b9ba4 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Fri, 2 Feb 2024 21:17:49 +0100 Subject: [PATCH] Makefiles: bug 476331 cleanup Quick test with one script to see if buildbot is happy. --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- 2.47.2