automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} tests: more explicative names for some tests


From: Stefano Lattarini
Subject: [FYI] {maint} tests: more explicative names for some tests
Date: Mon, 31 Dec 2012 12:52:16 +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 <address@hidden>
---
 t/list-of-tests.mk                                 | 36 +++++++++++-----------
 t/{txinfo26.sh => txinfo-absolute-srcdir-pr408.sh} |  0
 t/{txinfo7.sh => txinfo-add-missing.sh}            |  0
 t/{txinfo8.sh => txinfo-add-missing2.sh}           |  0
 t/{txinfo32.sh => txinfo-bsd-make-recurs.sh}       |  0
 t/{txinfo33.sh => txinfo-clean.sh}                 |  0
 t/{txinfo16.sh => txinfo-info-in-srcdir.sh}        |  0
 t/{txinfo21.sh => txinfo-many-output-formats.sh}   |  0
 t/{txinfo2.sh => txinfo-no-extra-dist.sh}          |  0
 t/{txinfo27.sh => txinfo-no-installinfo.sh}        |  0
 t/{txinfo9.sh => txinfo-no-repeated-targets.sh}    |  0
 t/{txinfo6.sh => txinfo-other-suffixes.sh}         |  0
 t/{txinfo29.sh => txinfo-override-infodeps.sh}     |  0
 t/{txinfo22.sh => txinfo-override-texinfo-tex.sh}  |  0
 t/{txinfo17.sh => txinfo-setfilename-repeated.sh}  |  0
 ...nfo31.sh => txinfo-setfilename-suffix-match.sh} |  0
 t/{txinfo13.sh => txinfo-subdir-pr343.sh}          |  0
 t/{txinfo3.sh => txinfo-suffix-less-info.sh}       |  0
 ...info4.sh => txinfo-unrecognized-info-suffix.sh} |  0
 19 files changed, 18 insertions(+), 18 deletions(-)
 rename t/{txinfo26.sh => txinfo-absolute-srcdir-pr408.sh} (100%)
 rename t/{txinfo7.sh => txinfo-add-missing.sh} (100%)
 rename t/{txinfo8.sh => txinfo-add-missing2.sh} (100%)
 rename t/{txinfo32.sh => txinfo-bsd-make-recurs.sh} (100%)
 rename t/{txinfo33.sh => txinfo-clean.sh} (100%)
 rename t/{txinfo16.sh => txinfo-info-in-srcdir.sh} (100%)
 rename t/{txinfo21.sh => txinfo-many-output-formats.sh} (100%)
 rename t/{txinfo2.sh => txinfo-no-extra-dist.sh} (100%)
 rename t/{txinfo27.sh => txinfo-no-installinfo.sh} (100%)
 rename t/{txinfo9.sh => txinfo-no-repeated-targets.sh} (100%)
 rename t/{txinfo6.sh => txinfo-other-suffixes.sh} (100%)
 rename t/{txinfo29.sh => txinfo-override-infodeps.sh} (100%)
 rename t/{txinfo22.sh => txinfo-override-texinfo-tex.sh} (100%)
 rename t/{txinfo17.sh => txinfo-setfilename-repeated.sh} (100%)
 rename t/{txinfo31.sh => txinfo-setfilename-suffix-match.sh} (100%)
 rename t/{txinfo13.sh => txinfo-subdir-pr343.sh} (100%)
 rename t/{txinfo3.sh => txinfo-suffix-less-info.sh} (100%)
 rename t/{txinfo4.sh => txinfo-unrecognized-info-suffix.sh} (100%)

diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 4fe8216..d4b7e4c 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -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 \
diff --git a/t/txinfo26.sh b/t/txinfo-absolute-srcdir-pr408.sh
similarity index 100%
rename from t/txinfo26.sh
rename to t/txinfo-absolute-srcdir-pr408.sh
diff --git a/t/txinfo7.sh b/t/txinfo-add-missing.sh
similarity index 100%
rename from t/txinfo7.sh
rename to t/txinfo-add-missing.sh
diff --git a/t/txinfo8.sh b/t/txinfo-add-missing2.sh
similarity index 100%
rename from t/txinfo8.sh
rename to t/txinfo-add-missing2.sh
diff --git a/t/txinfo32.sh b/t/txinfo-bsd-make-recurs.sh
similarity index 100%
rename from t/txinfo32.sh
rename to t/txinfo-bsd-make-recurs.sh
diff --git a/t/txinfo33.sh b/t/txinfo-clean.sh
similarity index 100%
rename from t/txinfo33.sh
rename to t/txinfo-clean.sh
diff --git a/t/txinfo16.sh b/t/txinfo-info-in-srcdir.sh
similarity index 100%
rename from t/txinfo16.sh
rename to t/txinfo-info-in-srcdir.sh
diff --git a/t/txinfo21.sh b/t/txinfo-many-output-formats.sh
similarity index 100%
rename from t/txinfo21.sh
rename to t/txinfo-many-output-formats.sh
diff --git a/t/txinfo2.sh b/t/txinfo-no-extra-dist.sh
similarity index 100%
rename from t/txinfo2.sh
rename to t/txinfo-no-extra-dist.sh
diff --git a/t/txinfo27.sh b/t/txinfo-no-installinfo.sh
similarity index 100%
rename from t/txinfo27.sh
rename to t/txinfo-no-installinfo.sh
diff --git a/t/txinfo9.sh b/t/txinfo-no-repeated-targets.sh
similarity index 100%
rename from t/txinfo9.sh
rename to t/txinfo-no-repeated-targets.sh
diff --git a/t/txinfo6.sh b/t/txinfo-other-suffixes.sh
similarity index 100%
rename from t/txinfo6.sh
rename to t/txinfo-other-suffixes.sh
diff --git a/t/txinfo29.sh b/t/txinfo-override-infodeps.sh
similarity index 100%
rename from t/txinfo29.sh
rename to t/txinfo-override-infodeps.sh
diff --git a/t/txinfo22.sh b/t/txinfo-override-texinfo-tex.sh
similarity index 100%
rename from t/txinfo22.sh
rename to t/txinfo-override-texinfo-tex.sh
diff --git a/t/txinfo17.sh b/t/txinfo-setfilename-repeated.sh
similarity index 100%
rename from t/txinfo17.sh
rename to t/txinfo-setfilename-repeated.sh
diff --git a/t/txinfo31.sh b/t/txinfo-setfilename-suffix-match.sh
similarity index 100%
rename from t/txinfo31.sh
rename to t/txinfo-setfilename-suffix-match.sh
diff --git a/t/txinfo13.sh b/t/txinfo-subdir-pr343.sh
similarity index 100%
rename from t/txinfo13.sh
rename to t/txinfo-subdir-pr343.sh
diff --git a/t/txinfo3.sh b/t/txinfo-suffix-less-info.sh
similarity index 100%
rename from t/txinfo3.sh
rename to t/txinfo-suffix-less-info.sh
diff --git a/t/txinfo4.sh b/t/txinfo-unrecognized-info-suffix.sh
similarity index 100%
rename from t/txinfo4.sh
rename to t/txinfo-unrecognized-info-suffix.sh
-- 
1.8.1.rc3.27.g3b73c7d




reply via email to

[Prev in Thread] Current Thread [Next in Thread]