From: Paul Floyd Date: Sat, 20 Sep 2025 17:19:46 +0000 (+0200) Subject: FreeBSD regtest: forgot the makefile changes for amd64 scalar_arg_check X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a191834d53f44af3d83cb53c2955c195550961a;p=thirdparty%2Fvalgrind.git FreeBSD regtest: forgot the makefile changes for amd64 scalar_arg_check --- diff --git a/memcheck/tests/amd64-freebsd/Makefile.am b/memcheck/tests/amd64-freebsd/Makefile.am index 9f1cefea2..378446d4c 100644 --- a/memcheck/tests/amd64-freebsd/Makefile.am +++ b/memcheck/tests/amd64-freebsd/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/Makefile.tool-tests.am -dist_noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr filter_arg_check EXTRA_DIST = \ posix_fadvise.vgtest \ @@ -11,10 +11,12 @@ EXTRA_DIST = \ reallocarray.vgtest \ reallocarray.stderr.exp \ reallocf.vgtest \ - reallocf.stderr.exp + reallocf.stderr.exp \ + scalar_arg_check.vgtest \ + scalar_arg_check.stderr.exp check_PROGRAMS = \ - posix_fadvise posix_fallocate reallocarray reallocf + posix_fadvise posix_fallocate reallocarray reallocf scalar_arg_check AM_CFLAGS += @FLAG_M64@ AM_CXXFLAGS += @FLAG_M64@