summaryrefslogtreecommitdiff
path: root/t/list-of-tests.mk
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-06-19 11:46:42 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-06-19 12:10:40 +0200
commit3492f226311377857a54032e43e1a982e7d804bc (patch)
tree613705edd3e6a3f5f299a33eb73827ab8c3d1531 /t/list-of-tests.mk
parent5b4d68bc82c4fafbcf8b0580c707e0d1fd0d4c99 (diff)
downloadautomake-3492f226311377857a54032e43e1a982e7d804bc.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 't/list-of-tests.mk')
-rw-r--r--t/list-of-tests.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 80c2f0942..1aebce50d 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 \