summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-16 12:13:32 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-16 12:13:37 +0200
commit48fc2d83362b4ad62e9e88dfec1cba6b934b8963 (patch)
tree5dad211c399812eb97e59a29e80784798f630db1 /HACKING
parente89b9083e11432affd2307a5d51b99bceedebf85 (diff)
downloadautomake-48fc2d83362b4ad62e9e88dfec1cba6b934b8963.tar.gz
maint: tests no longer need to have executable bit set
It has been a while since they are runnable only through "make check" or "./runtest", and not directly. * HACKING: Adjust. * t/README: Likewise, and updated the surrounding text to get rid of obsolete statements and advices. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 0 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index cebcb7246..3ce2e66df 100644
--- a/HACKING
+++ b/HACKING
@@ -264,8 +264,6 @@
* Use "make check" and "make maintainer-check" liberally.
-* Make sure each test file is executable.
-
* Export the 'keep_testdirs' environment variable to "yes" to keep
test directories for successful tests also.