mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Add post_regtest_checks check_headers_and_includes to dist_noinst_SCRIPTS.
Also allow a .git directory in check_headers_and_includes to help people using a git mirror of valgrind/VEX svn. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13601
This commit is contained in:
parent
578a6e1e9f
commit
5961ceec8a
@ -2,6 +2,7 @@
|
||||
include $(top_srcdir)/Makefile.tool-tests.am
|
||||
|
||||
dist_noinst_SCRIPTS = \
|
||||
check_headers_and_includes \
|
||||
check_isa-2_06_cap \
|
||||
check_makefile_consistency \
|
||||
check_dfp_cap \
|
||||
@ -14,6 +15,7 @@ dist_noinst_SCRIPTS = \
|
||||
filter_sink \
|
||||
filter_xml_frames \
|
||||
platform_test \
|
||||
post_regtest_checks \
|
||||
vg_regtest
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
||||
@ -49,6 +49,7 @@ my %tool_dirs = (
|
||||
my %dirs_to_ignore = (
|
||||
".deps" => 1,
|
||||
".svn" => 1,
|
||||
".git" => 1, # allow git mirrors of the svn repo
|
||||
".in_place" => 1,
|
||||
"Inst" => 1, # the nightly scripts creates this
|
||||
"VEX" => 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user