summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-30 23:26:17 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-30 23:31:26 +0200
commitdc5aff42f44ea05041498679318e325f6dcbcf30 (patch)
treeadf7e7e838fb9bdf17b76ccc52a9fae250c37bf5 /Makefile.am
parent26c7b8f50a02749e49135cac58c793bde97ec8fc (diff)
downloadautomake-dc5aff42f44ea05041498679318e325f6dcbcf30.tar.gz
maintcheck: test scripts should be executable, check for that
* syntax-checks.mk (sc_tests_executable): Here, in this new check. (syntax_check_rules): Add it. * Makefile.am (dist-hook): Drop, no need to make test cases executable anymore. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 9d5815514..b74572133 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -613,11 +613,6 @@ ChangeLog: am--changelog-regen-hook
exit 1; \
fi
-# Ensure tests are world-executable.
-# FIXME: this should be turned into a maintainer check...
-dist-hook:
- $(am__cd) $(distdir)/t && chmod a+rx *.sh *.tap
-
## --------------------------- ##
## Perl coverage statistics. ##