tests: more explicative names for some tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 11:48:36 +0000 (12:48 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 11:48:36 +0000 (12:48 +0100)
Do so for several Texinfo-related tests.  Note that some of such tests
with suboptimal names are *not* renamed; that's because they are going
to be removed in the master branch anyway (since they check from some
soon-to-be-removed features), so renaming them would be wasted work,
and could even create useless merge conflicts.

* t/txinfo2.sh: Rename ...
* t/txinfo-no-extra-dist.sh: ... like this.
* t/txinfo3.sh: Rename ...
* t/txinfo-suffix-less-info.sh: ... like this.
* t/txinfo4.sh: Rename ...
* t/txinfo-unrecognized-info-suffix.sh: ... like this.
* t/txinfo6.sh: Rename ...
* t/txinfo-other-suffixes.sh: ... like this.
* t/txinfo7.sh: Rename ...
* t/txinfo-add-missing.sh: ... like this.
* t/txinfo8.sh: Rename ...
* t/txinfo-add-missing2.sh: ... like this.
* t/txinfo9.sh: Rename ...
* t/txinfo-no-repeated-targets.sh: ... like this.
* t/txinfo17.sh: Rename ...
* t/txinfo-setfilename-repeated.sh: ... like this.
* t/txinfo13.sh: Rename ...
* t/txinfo-subdir-pr343.sh: ... like this.
* t/txinfo16.sh: Rename ...
* t/txinfo-info-in-srcdir.sh: ... like this.
* t/txinfo21.sh: Rename ...
* t/txinfo-many-output-formats.sh: ... like this.
* t/txinfo22.sh: Rename ...
* t/txinfo-override-texinfo-tex.sh: ... like this.
* t/txinfo26.sh: Rename ...
* t/txinfo-absolute-srcdir-pr408.sh: ... like this.
* t/txinfo27.sh: Rename ...
* t/txinfo-no-installinfo.sh: ... like this.
* t/txinfo29.sh: Rename ...
* t/txinfo-override-infodeps.sh: ... like this.
* t/txinfo31.sh: Rename ...
* t/txinfo-setfilename-suffix-match.sh: ... like this.
* t/txinfo32.sh: Rename ...
* t/txinfo-bsd-make-recurs.sh: ... like this.
* t/txinfo33.sh: Rename ...
* t/txinfo-clean.sh: ... like this.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
19 files changed:
t/list-of-tests.mk
t/txinfo-absolute-srcdir-pr408.sh [moved from t/txinfo26.sh with 100% similarity]
t/txinfo-add-missing.sh [moved from t/txinfo7.sh with 100% similarity]
t/txinfo-add-missing2.sh [moved from t/txinfo8.sh with 100% similarity]
t/txinfo-bsd-make-recurs.sh [moved from t/txinfo32.sh with 100% similarity]
t/txinfo-clean.sh [moved from t/txinfo33.sh with 100% similarity]
t/txinfo-info-in-srcdir.sh [moved from t/txinfo16.sh with 100% similarity]
t/txinfo-many-output-formats.sh [moved from t/txinfo21.sh with 100% similarity]
t/txinfo-no-extra-dist.sh [moved from t/txinfo2.sh with 100% similarity]
t/txinfo-no-installinfo.sh [moved from t/txinfo27.sh with 100% similarity]
t/txinfo-no-repeated-targets.sh [moved from t/txinfo9.sh with 100% similarity]
t/txinfo-other-suffixes.sh [moved from t/txinfo6.sh with 100% similarity]
t/txinfo-override-infodeps.sh [moved from t/txinfo29.sh with 100% similarity]
t/txinfo-override-texinfo-tex.sh [moved from t/txinfo22.sh with 100% similarity]
t/txinfo-setfilename-repeated.sh [moved from t/txinfo17.sh with 100% similarity]
t/txinfo-setfilename-suffix-match.sh [moved from t/txinfo31.sh with 100% similarity]
t/txinfo-subdir-pr343.sh [moved from t/txinfo13.sh with 100% similarity]
t/txinfo-suffix-less-info.sh [moved from t/txinfo3.sh with 100% similarity]
t/txinfo-unrecognized-info-suffix.sh [moved from t/txinfo4.sh with 100% similarity]

index 4fe8216..d4b7e4c 100644 (file)
@@ -1159,31 +1159,31 @@ t/targetclash.sh \
 t/tests-environment-fd-redirect.sh \
 t/tests-environment-and-log-compiler.sh \
 t/txinfo.sh \
-t/txinfo2.sh \
-t/txinfo3.sh \
-t/txinfo4.sh \
-t/txinfo6.sh \
-t/txinfo7.sh \
-t/txinfo8.sh \
-t/txinfo9.sh \
+t/txinfo-no-extra-dist.sh \
+t/txinfo-suffix-less-info.sh \
+t/txinfo-unrecognized-info-suffix.sh \
+t/txinfo-other-suffixes.sh \
+t/txinfo-add-missing.sh \
+t/txinfo-add-missing2.sh \
+t/txinfo-no-repeated-targets.sh \
 t/txinfo10.sh \
-t/txinfo13.sh \
-t/txinfo16.sh \
-t/txinfo17.sh \
+t/txinfo-subdir-pr343.sh \
+t/txinfo-info-in-srcdir.sh \
+t/txinfo-setfilename-repeated.sh \
 t/txinfo19.sh \
 t/txinfo20.sh \
-t/txinfo21.sh \
-t/txinfo22.sh \
+t/txinfo-many-output-formats.sh \
+t/txinfo-override-texinfo-tex.sh \
 t/txinfo23.sh \
 t/txinfo24.sh \
 t/txinfo25.sh \
-t/txinfo26.sh \
-t/txinfo27.sh \
+t/txinfo-absolute-srcdir-pr408.sh \
+t/txinfo-no-installinfo.sh \
 t/txinfo28.sh \
-t/txinfo29.sh \
-t/txinfo31.sh \
-t/txinfo32.sh \
-t/txinfo33.sh \
+t/txinfo-override-infodeps.sh \
+t/txinfo-setfilename-suffix-match.sh \
+t/txinfo-bsd-make-recurs.sh \
+t/txinfo-clean.sh \
 t/txinfo-no-clutter.sh \
 t/txinfo-unrecognized-extension.sh \
 t/transform.sh \
similarity index 100%
rename from t/txinfo7.sh
rename to t/txinfo-add-missing.sh
similarity index 100%
rename from t/txinfo8.sh
rename to t/txinfo-add-missing2.sh
similarity index 100%
rename from t/txinfo32.sh
rename to t/txinfo-bsd-make-recurs.sh
similarity index 100%
rename from t/txinfo33.sh
rename to t/txinfo-clean.sh
similarity index 100%
rename from t/txinfo16.sh
rename to t/txinfo-info-in-srcdir.sh
similarity index 100%
rename from t/txinfo2.sh
rename to t/txinfo-no-extra-dist.sh
similarity index 100%
rename from t/txinfo27.sh
rename to t/txinfo-no-installinfo.sh
similarity index 100%
rename from t/txinfo9.sh
rename to t/txinfo-no-repeated-targets.sh
similarity index 100%
rename from t/txinfo6.sh
rename to t/txinfo-other-suffixes.sh
similarity index 100%
rename from t/txinfo29.sh
rename to t/txinfo-override-infodeps.sh
similarity index 100%
rename from t/txinfo13.sh
rename to t/txinfo-subdir-pr343.sh
similarity index 100%
rename from t/txinfo3.sh
rename to t/txinfo-suffix-less-info.sh