From: Stefano Lattarini Date: Wed, 2 Jan 2013 12:31:31 +0000 (+0100) Subject: tests: more significant names for some tests X-Git-Tag: v1.13.1b~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fbe39b56f17cba2586e2852194fcb005107f46f;p=thirdparty%2Fautomake.git tests: more significant names for some tests * t/extra5.sh: Rename .... * t/extra-dist-vpath-dir.sh: ... like this. * t/extra6.sh: Rename .... * t/extra-dist-dirs-and-subdirs.sh: ... like this. * t/extra7.sh: Rename .... * t/extra-dist-vpath-dir-merge.sh: ... like this. * t/extra8.sh: Rename .... * t/extra-programs-misc.sh: ... like this. * t/extra9.sh: Rename .... * t/extra-programs-and-libs.sh: ... like this. * t/extra10.sh: Rename .... * t/extra-dist-wildcards.sh: ... like this. * t/extra11.sh: Rename .... * t/extra-dist-wildcards-gnu.sh: ... like this. * t/extra12.sh: Rename .... * t/extra-dist-wildcards-vpath.sh: ... like this. * t/extradep.sh: Rename .... * t/extra-deps.sh: ... like this, and adjust heading comments. * t/extradep2.sh: Rename .... * t/extra-deps-lt.sh: ... like this, and adjust heading comments. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/t/extradep2.sh b/t/extra-deps-lt.sh similarity index 94% rename from t/extradep2.sh rename to t/extra-deps-lt.sh index 8472c345d..8d4af4437 100755 --- a/t/extradep2.sh +++ b/t/extra-deps-lt.sh @@ -14,7 +14,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test EXTRA_*_DEPENDENCIES, libtool version; see 'extradep.sh'. +# Test EXTRA_*_DEPENDENCIES, libtool version; see 'extra-deps.sh' for +# non-libtool variant. required='cc libtoolize' . test-init.sh diff --git a/t/extradep.sh b/t/extra-deps.sh similarity index 96% rename from t/extradep.sh rename to t/extra-deps.sh index 8b620a4c7..3bd6d1d03 100755 --- a/t/extradep.sh +++ b/t/extra-deps.sh @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test EXTRA_*_DEPENDENCIES. See extradep2 for libtool variant. +# Test EXTRA_*_DEPENDENCIES. See 'extra-deps-lt.sh' for libtool variant. required=cc . test-init.sh diff --git a/t/extra6.sh b/t/extra-dist-dirs-and-subdirs.sh similarity index 100% rename from t/extra6.sh rename to t/extra-dist-dirs-and-subdirs.sh diff --git a/t/extra7.sh b/t/extra-dist-vpath-dir-merge.sh similarity index 100% rename from t/extra7.sh rename to t/extra-dist-vpath-dir-merge.sh diff --git a/t/extra5.sh b/t/extra-dist-vpath-dir.sh similarity index 100% rename from t/extra5.sh rename to t/extra-dist-vpath-dir.sh diff --git a/t/extra11.sh b/t/extra-dist-wildcards-gnu.sh similarity index 100% rename from t/extra11.sh rename to t/extra-dist-wildcards-gnu.sh diff --git a/t/extra12.sh b/t/extra-dist-wildcards-vpath.sh similarity index 100% rename from t/extra12.sh rename to t/extra-dist-wildcards-vpath.sh diff --git a/t/extra10.sh b/t/extra-dist-wildcards.sh similarity index 100% rename from t/extra10.sh rename to t/extra-dist-wildcards.sh diff --git a/t/extra9.sh b/t/extra-programs-and-libs.sh similarity index 100% rename from t/extra9.sh rename to t/extra-programs-and-libs.sh diff --git a/t/extra8.sh b/t/extra-programs-misc.sh similarity index 100% rename from t/extra8.sh rename to t/extra-programs-misc.sh diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 591b4f0fd..7b44e073d 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -443,20 +443,20 @@ t/extra.sh \ t/extra2.sh \ t/extra3.sh \ t/extra4.sh \ -t/extra5.sh \ -t/extra6.sh \ -t/extra7.sh \ -t/extra8.sh \ -t/extra9.sh \ -t/extra10.sh \ -t/extra11.sh \ -t/extra12.sh \ +t/extra-dist-vpath-dir.sh \ +t/extra-dist-dirs-and-subdirs.sh \ +t/extra-dist-vpath-dir-merge.sh \ +t/extra-programs-misc.sh \ +t/extra-programs-and-libs.sh \ +t/extra-dist-wildcards.sh \ +t/extra-dist-wildcards-gnu.sh \ +t/extra-dist-wildcards-vpath.sh \ t/extra-programs-empty.sh \ t/extra-portability.sh \ t/extra-portability2.sh \ t/extra-portability3.sh \ -t/extradep.sh \ -t/extradep2.sh \ +t/extra-deps.sh \ +t/extra-deps-lt.sh \ t/f90only.sh \ t/flavor.sh \ t/flibs.sh \