From: Stefano Lattarini Date: Mon, 31 Dec 2012 11:48:36 +0000 (+0100) Subject: tests: more explicative names for some tests X-Git-Tag: v1.13.1~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=767f8320eba745da0d829e51b8cf0e82a00c1bbb;p=platform%2Fupstream%2Fautomake.git tests: more explicative names for some tests 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 --- 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