From 5fbe39b56f17cba2586e2852194fcb005107f46f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 2 Jan 2013 13:31:31 +0100 Subject: [PATCH] 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 --- t/{extradep2.sh => extra-deps-lt.sh} | 3 ++- t/{extradep.sh => extra-deps.sh} | 2 +- t/{extra6.sh => extra-dist-dirs-and-subdirs.sh} | 0 t/{extra7.sh => extra-dist-vpath-dir-merge.sh} | 0 t/{extra5.sh => extra-dist-vpath-dir.sh} | 0 t/{extra11.sh => extra-dist-wildcards-gnu.sh} | 0 t/{extra12.sh => extra-dist-wildcards-vpath.sh} | 0 t/{extra10.sh => extra-dist-wildcards.sh} | 0 t/{extra9.sh => extra-programs-and-libs.sh} | 0 t/{extra8.sh => extra-programs-misc.sh} | 0 t/list-of-tests.mk | 20 ++++++++++---------- 11 files changed, 13 insertions(+), 12 deletions(-) rename t/{extradep2.sh => extra-deps-lt.sh} (94%) rename t/{extradep.sh => extra-deps.sh} (96%) rename t/{extra6.sh => extra-dist-dirs-and-subdirs.sh} (100%) rename t/{extra7.sh => extra-dist-vpath-dir-merge.sh} (100%) rename t/{extra5.sh => extra-dist-vpath-dir.sh} (100%) rename t/{extra11.sh => extra-dist-wildcards-gnu.sh} (100%) rename t/{extra12.sh => extra-dist-wildcards-vpath.sh} (100%) rename t/{extra10.sh => extra-dist-wildcards.sh} (100%) rename t/{extra9.sh => extra-programs-and-libs.sh} (100%) rename t/{extra8.sh => extra-programs-misc.sh} (100%) 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 8472c34..8d4af44 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 8b620a4..3bd6d1d 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 591b4f0..7b44e07 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 \ -- 2.7.4