From: Stefano Lattarini Date: Sat, 24 Nov 2012 13:32:06 +0000 (+0100) Subject: tests: give some tests more significant names X-Git-Tag: v1.12b~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55591f32d816db41335835eb8bc92aa4d5c5267;p=thirdparty%2Fautomake.git tests: give some tests more significant names * 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 --- diff --git a/t/req.sh b/t/aclocal-req.sh similarity index 100% rename from t/req.sh rename to t/aclocal-req.sh diff --git a/t/reqd.sh b/t/add-missing-multiple.sh similarity index 99% rename from t/reqd.sh rename to t/add-missing-multiple.sh index f34979831..a817d5b12 100755 --- a/t/reqd.sh +++ b/t/add-missing-multiple.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 + +: diff --git a/t/block.sh b/t/comment-block.sh similarity index 100% rename from t/block.sh rename to t/comment-block.sh diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 6585ce688..e9af6573a 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -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 \