From: Mark Wielaard Date: Wed, 2 Oct 2013 11:39:41 +0000 (+0000) Subject: Add post_regtest_checks check_headers_and_includes to dist_noinst_SCRIPTS. X-Git-Tag: svn/VALGRIND_3_9_0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5961ceec8a746999230ec6ff6370a3a95b824b61;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index e323374e81..a68c6041f4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 = \ diff --git a/tests/check_headers_and_includes b/tests/check_headers_and_includes index 2b9caf4e59..4a75ce8222 100755 --- a/tests/check_headers_and_includes +++ b/tests/check_headers_and_includes @@ -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,