]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: give some tests more significant names
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 24 Nov 2012 13:32:06 +0000 (14:32 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 24 Nov 2012 13:34:59 +0000 (14:34 +0100)
* t/req.sh: Rename ...
* t/aclocal-req.sh: ... like this.
* t/reqd.sh: Rename ...
* t/add-missing-multiple.sh: ... like this.
* t/block.sh: Rename ...
* t/comment-block.sh: ... like this.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/aclocal-req.sh [moved from t/req.sh with 100% similarity]
t/add-missing-multiple.sh [moved from t/reqd.sh with 99% similarity]
t/comment-block.sh [moved from t/block.sh with 100% similarity]
t/list-of-tests.mk

similarity index 100%
rename from t/req.sh
rename to t/aclocal-req.sh
similarity index 99%
rename from t/reqd.sh
rename to t/add-missing-multiple.sh
index f3497983162019438e5a19d26d0f7cbd3878c182..a817d5b12178d6e34cf6621440edbf06434a272e 100755 (executable)
--- a/t/reqd.sh
@@ -43,3 +43,5 @@ test -f one/mdate-sh
 test -f one/texinfo.tex
 test -f two/mdate-sh
 test -f two/texinfo.tex
+
+:
similarity index 100%
rename from t/block.sh
rename to t/comment-block.sh
index 6585ce6887924c3feda96e3f75b56cc167bc28d1..e9af6573ae141665f9d9b5492da26748afaf992c 100644 (file)
@@ -105,6 +105,7 @@ t/aclocal-path-nonexistent.sh \
 t/aclocal-path-precedence.sh \
 t/aclocal-pr450.sh \
 t/aclocal-print-acdir.sh \
+t/aclocal-req.sh \
 t/aclocal-remake-misc.sh \
 t/aclocal-scan-configure-ac-pr319.sh \
 t/aclocal-serial.sh \
@@ -115,6 +116,7 @@ t/acsilent.sh \
 t/acsubst.sh \
 t/acsubst2.sh \
 t/add-missing.tap \
+t/add-missing-multiple.sh \
 t/all.sh \
 t/all2.sh \
 t/alloca.sh \
@@ -186,7 +188,6 @@ t/backsl4.sh \
 t/badline.sh \
 t/badopt.sh \
 t/badprog.sh \
-t/block.sh \
 t/built-sources-check.sh \
 t/built-sources-cond.sh \
 t/built-sources-fork-bomb.sh \
@@ -249,6 +250,7 @@ t/comment8.sh \
 t/comment9.sh \
 t/commen10.sh \
 t/commen11.sh \
+t/comment-block.sh \
 t/comments-in-var-def.sh \
 t/compile.sh \
 t/compile2.sh \
@@ -947,8 +949,6 @@ t/remake-renamed-am.sh \
 t/remake-aclocal-version-mismatch.sh \
 t/remake-macrodir.sh \
 t/remake-timing-bug-pr8365.sh \
-t/req.sh \
-t/reqd.sh \
 t/reqd2.sh \
 t/repeated-options.sh \
 t/rulepat.sh \