|
From: Mark W. <ma...@so...> - 2020-12-08 11:03:13
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=419d7cddca44816075cb259d6e117fe59c599cfd commit 419d7cddca44816075cb259d6e117fe59c599cfd Author: Mark Wielaard <ma...@kl...> Date: Tue Dec 8 12:00:44 2020 +0100 dhat/tests/Makefile.am: Add filter_copy to dist_noinst_SCRIPTS Make sure that make dist includes all needed test filters. Diff: --- dhat/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhat/tests/Makefile.am b/dhat/tests/Makefile.am index fb9acb41b3..ce01a742f7 100644 --- a/dhat/tests/Makefile.am +++ b/dhat/tests/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/Makefile.tool-tests.am -dist_noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr filter_copy EXTRA_DIST = \ acc.stderr.exp acc.vgtest \ |