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)
commit767f8320eba745da0d829e51b8cf0e82a00c1bbb
tree155ac0c5db2f0f70719bf91b2a02c46799a6712a
parentac5c1d7782732c7245bcd8a2cbe63fefdafeda99
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 <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]