From 7a3e5c7c58d5f3dab27776b5b07e3d4e1b2e5fdd Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 27 Oct 2012 15:26:50 +0200 Subject: [PATCH] tests: more meaningful names for some test cases * t/yacc5.sh: Renamed ... * t/yacc-grepping2.sh: ... like this. * t/yacc7.sh: Renamed ... * t/yacc-headers-and-pr47.sh: ... like this. * t/yacc8.sh: Renamed ... * t/yacc-subdir.sh: ... like this. * t/subdir10.sh: Rename ... * t/subdir-env-interference.sh: ... like this. * t/specflg10.sh: Rename ... * t/am-default-source-ext.sh: ... like this. * t/suffix12.sh: Rename ... * t/suffix-custom-subobj.sh: ... like this. * t/suffix13.sh: Rename ... * t/suffix-custom-subobj-and-specflg.sh: ... like this. * t/check3.sh: Rename ... * t/built-sources-check.sh: ... like this. * t/subdirbuiltsources.sh: Rename ... * t/built-sources-subdir.sh: ... like this. * t/bsource.sh: Rename ... * t/no-spurious-install-recursive.sh: ... like this. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- t/{specflg10.sh => am-default-source-ext.sh} | 0 t/{check3.sh => built-sources-check.sh} | 0 t/{subdirbuiltsources.sh => built-sources-subdir.sh} | 0 t/list-of-tests.mk | 20 ++++++++++---------- t/{bsource.sh => no-spurious-install-recursive.sh} | 0 t/{subdir10.sh => subdir-env-interference.sh} | 0 ...ffix13.sh => suffix-custom-subobj-and-specflg.sh} | 0 t/{suffix12.sh => suffix-custom-subobj.sh} | 0 t/{yacc5.sh => yacc-grepping2.sh} | 0 t/{yacc7.sh => yacc-headers-and-dist-pr47.sh} | 0 t/{yacc8.sh => yacc-subdir.sh} | 0 11 files changed, 10 insertions(+), 10 deletions(-) rename t/{specflg10.sh => am-default-source-ext.sh} (100%) rename t/{check3.sh => built-sources-check.sh} (100%) rename t/{subdirbuiltsources.sh => built-sources-subdir.sh} (100%) rename t/{bsource.sh => no-spurious-install-recursive.sh} (100%) rename t/{subdir10.sh => subdir-env-interference.sh} (100%) rename t/{suffix13.sh => suffix-custom-subobj-and-specflg.sh} (100%) rename t/{suffix12.sh => suffix-custom-subobj.sh} (100%) rename t/{yacc5.sh => yacc-grepping2.sh} (100%) rename t/{yacc7.sh => yacc-headers-and-dist-pr47.sh} (100%) rename t/{yacc8.sh => yacc-subdir.sh} (100%) diff --git a/t/specflg10.sh b/t/am-default-source-ext.sh similarity index 100% rename from t/specflg10.sh rename to t/am-default-source-ext.sh diff --git a/t/check3.sh b/t/built-sources-check.sh similarity index 100% rename from t/check3.sh rename to t/built-sources-check.sh diff --git a/t/subdirbuiltsources.sh b/t/built-sources-subdir.sh similarity index 100% rename from t/subdirbuiltsources.sh rename to t/built-sources-subdir.sh diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index db0fa0075..99612cf84 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -127,6 +127,7 @@ t/amopt.sh \ t/amopts-location.sh \ t/amopts-variable-expansion.sh \ t/amsubst.sh \ +t/am-default-source-ext.sh \ t/ansi2knr-no-more.sh \ t/ar-lib.sh \ t/ar-lib2.sh \ @@ -184,7 +185,8 @@ t/badline.sh \ t/badopt.sh \ t/badprog.sh \ t/block.sh \ -t/bsource.sh \ +t/built-sources-check.sh \ +t/built-sources-subdir.sh \ t/candist.sh \ t/canon.sh \ t/canon2.sh \ @@ -200,7 +202,6 @@ t/ccnoco2.sh \ t/ccnoco3.sh \ t/check.sh \ t/check2.sh \ -t/check3.sh \ t/check4.sh \ t/check5.sh \ t/check6.sh \ @@ -697,6 +698,7 @@ t/mmodely.sh \ t/multlib.sh \ t/no-extra-makefile-code.sh \ t/no-outdir-option.sh \ +t/no-spurious-install-recursive.sh \ t/nobase.sh \ t/nobase-libtool.sh \ t/nobase-python.sh \ @@ -992,7 +994,6 @@ t/specflg6.sh \ t/specflg7.sh \ t/specflg8.sh \ t/specflg9.sh \ -t/specflg10.sh \ t/specflg-dummy.sh \ t/spell.sh \ t/spell2.sh \ @@ -1016,12 +1017,11 @@ t/subdir-add2-pr46.sh \ t/subdir-am-cond.sh \ t/subdir-cond-err.sh \ t/subdir-cond-gettext.sh \ +t/subdir-env-interference.sh \ t/subdir-order.sh \ t/subdir-with-slash.sh \ t/subdir-subsub.sh \ -t/subdir10.sh \ t/subdir-distclean.sh \ -t/subdirbuiltsources.sh \ t/subobj.sh \ t/subobj2.sh \ t/subobj4.sh \ @@ -1063,9 +1063,9 @@ t/suffix8.tap \ t/suffix9.sh \ t/suffix10.tap \ t/suffix11.tap \ -t/suffix12.sh \ -t/suffix13.sh \ t/suffix-chain.tap \ +t/suffix-custom-subobj.sh \ +t/suffix-custom-subobj-and-specflg.sh \ t/symlink.sh \ t/symlink2.sh \ t/syntax.sh \ @@ -1247,9 +1247,6 @@ t/werror4.sh \ t/whoami.sh \ t/xsource.sh \ t/yacc4.sh \ -t/yacc5.sh \ -t/yacc7.sh \ -t/yacc8.sh \ t/yaccdry.sh \ t/yaccpp.sh \ t/yaccvpath.sh \ @@ -1269,10 +1266,13 @@ t/yacc-depend2.sh \ t/yacc-dist-nobuild-subdir.sh \ t/yacc-dist-nobuild.sh \ t/yacc-grepping.sh \ +t/yacc-grepping2.sh \ +t/yacc-headers-and-dist-pr47.sh \ t/yacc-line.sh \ t/yacc-mix-c-cxx.sh \ t/yacc-nodist.sh \ t/yacc-pr204.sh \ +t/yacc-subdir.sh \ t/yacc-weirdnames.sh \ t/yflags.sh \ t/yflags2.sh \ diff --git a/t/bsource.sh b/t/no-spurious-install-recursive.sh similarity index 100% rename from t/bsource.sh rename to t/no-spurious-install-recursive.sh diff --git a/t/subdir10.sh b/t/subdir-env-interference.sh similarity index 100% rename from t/subdir10.sh rename to t/subdir-env-interference.sh diff --git a/t/suffix13.sh b/t/suffix-custom-subobj-and-specflg.sh similarity index 100% rename from t/suffix13.sh rename to t/suffix-custom-subobj-and-specflg.sh diff --git a/t/suffix12.sh b/t/suffix-custom-subobj.sh similarity index 100% rename from t/suffix12.sh rename to t/suffix-custom-subobj.sh diff --git a/t/yacc5.sh b/t/yacc-grepping2.sh similarity index 100% rename from t/yacc5.sh rename to t/yacc-grepping2.sh diff --git a/t/yacc7.sh b/t/yacc-headers-and-dist-pr47.sh similarity index 100% rename from t/yacc7.sh rename to t/yacc-headers-and-dist-pr47.sh diff --git a/t/yacc8.sh b/t/yacc-subdir.sh similarity index 100% rename from t/yacc8.sh rename to t/yacc-subdir.sh -- 2.11.4.GIT