From: Florian Krohm Date: Thu, 20 Oct 2011 01:17:12 +0000 (+0000) Subject: Add missing filter scripts to Makefile.am so they are included in X-Git-Tag: svn/VALGRIND_3_7_0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086294dbedcb35dc7dd80cc866d0abfb5159dd43;p=thirdparty%2Fvalgrind.git Add missing filter scripts to Makefile.am so they are included in the tarball generated by "make dist". With this change running regtest from the tarball produces the same results as a regtest on a checked out repository (on x86 that is). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12172 --- diff --git a/helgrind/tests/Makefile.am b/helgrind/tests/Makefile.am index f076dedcb5..996a8e6905 100644 --- a/helgrind/tests/Makefile.am +++ b/helgrind/tests/Makefile.am @@ -1,7 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -dist_noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr \ + filter_helgrind \ + filter_xml EXTRA_DIST = \ annotate_hbefore.vgtest annotate_hbefore.stdout.exp \ diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 8fd441e152..e9d7122b13 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -41,7 +41,8 @@ dist_noinst_SCRIPTS = \ filter_allocs \ filter_leak_cases_possible \ filter_stderr filter_xml \ - filter_varinfo3 + filter_varinfo3 \ + filter_memcheck noinst_HEADERS = leak.h