From 3492f226311377857a54032e43e1a982e7d804bc Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 19 Jun 2013 11:46:42 +0200 Subject: [PATCH] tests: more significant names for some tests * t/extra2.sh: Rename... * t/extra-sources-no-spurious.sh: ... like this. * t/yflags2.sh: Rename... * t/yflags-cxx.sh: ... like this. * t/lflags2.sh: Rename... * t/lflags-cxx.sh: ... like this. Signed-off-by: Stefano Lattarini --- t/{extra2.sh => extra-sources-no-spurious.sh} | 0 t/{lflags2.sh => lflags-cxx.sh} | 0 t/list-of-tests.mk | 6 +++--- t/{yflags2.sh => yflags-cxx.sh} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename t/{extra2.sh => extra-sources-no-spurious.sh} (100%) rename t/{lflags2.sh => lflags-cxx.sh} (100%) rename t/{yflags2.sh => yflags-cxx.sh} (100%) diff --git a/t/extra2.sh b/t/extra-sources-no-spurious.sh similarity index 100% rename from t/extra2.sh rename to t/extra-sources-no-spurious.sh diff --git a/t/lflags2.sh b/t/lflags-cxx.sh similarity index 100% rename from t/lflags2.sh rename to t/lflags-cxx.sh diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 80c2f09..1aebce5 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -448,7 +448,7 @@ t/ext.sh \ t/ext2.sh \ t/ext3.sh \ t/extra.sh \ -t/extra2.sh \ +t/extra-sources-no-spurious.sh \ t/extra-data.sh \ t/extra-dist-vpath-dir.sh \ t/extra-dist-dirs-and-subdirs.sh \ @@ -591,7 +591,7 @@ t/lex-line.sh \ t/lex-nodist.sh \ t/lex-pr204.sh \ t/lflags.sh \ -t/lflags2.sh \ +t/lflags-cxx.sh \ t/libexec.sh \ t/libobj-basic.sh \ t/libobj2.sh \ @@ -1295,7 +1295,7 @@ t/yacc-pr204.sh \ t/yacc-subdir.sh \ t/yacc-weirdnames.sh \ t/yflags.sh \ -t/yflags2.sh \ +t/yflags-cxx.sh \ t/yflags-cmdline-override.sh \ t/yflags-conditional.sh \ t/yflags-d-false-positives.sh \ diff --git a/t/yflags2.sh b/t/yflags-cxx.sh similarity index 100% rename from t/yflags2.sh rename to t/yflags-cxx.sh -- 2.7.4