]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Makefiles: bug 476331 cleanup
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 2 Feb 2024 20:17:49 +0000 (21:17 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 2 Feb 2024 20:17:49 +0000 (21:17 +0100)
Quick test with one script to see if buildbot is happy.

tests/Makefile.am

index 916e5085d0842dc6e7bdd2b69b3a85e89806561d..86c81b315bbb411d770b18a4e000d816c0ea2c0f 100644 (file)
@@ -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 \