mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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
This commit is contained in:
parent
3533e70bbf
commit
086294dbed
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user