tests: rename few tests (on silent-rules support)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Nov 2012 19:39:19 +0000 (20:39 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Nov 2012 20:13:59 +0000 (21:13 +0100)
Either to more informative names, or to names more consistent with the
ones of similar/related tests.

* t/silent.sh: Rename ...
* t/silent-c-generic.sh: ... like this, and adjust heading comments.
* t/silent2.sh: Rename ...
* t/silent-c-gcc.sh: ... like this, and adjust heading comments.
* t/silent3.sh: Rename ...
* t/silent-lt-generic.sh: ... like this, and adjust heading comments.
* t/silent4.sh: Rename ...
* t/silent-lt-gcc.sh: ... like this, and adjust heading comments.
* t/silentcxx.sh: Rename ...
* t/silent-cxx-generic.sh: ... like this, and adjust heading comments.
* t/silentcxx-gcc.sh: Rename ...
* t/silent-cxx-gcc.sh: ... like this, and adjust heading comments.
* t/silentf77.sh: Rename ...
* t/silent-f77.sh: ... like this, and adjust heading comments.
* t/silentf90.sh: Rename ...
* t/silent-f90.sh: ... like this, and adjust heading comments.
* t/silent7.sh: Rename ...
* t/silent-gen.sh: ... like this, and adjust heading comments.
* t/silent6.sh: Rename ...
* t/silent-custom.sh: ... like this.
* t/silent8.sh: Rename ...
* t/silent-texi.sh: ... like this.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
12 files changed:
t/list-of-tests.mk
t/silent-c-gcc.sh [moved from t/silent2.sh with 96% similarity]
t/silent-c-generic.sh [moved from t/silent.sh with 97% similarity]
t/silent-custom.sh [moved from t/silent6.sh with 100% similarity]
t/silent-cxx-gcc.sh [moved from t/silentcxx-gcc.sh with 97% similarity]
t/silent-cxx-generic.sh [moved from t/silentcxx.sh with 97% similarity]
t/silent-f77.sh [moved from t/silentf77.sh with 97% similarity]
t/silent-f90.sh [moved from t/silentf90.sh with 97% similarity]
t/silent-gen.sh [moved from t/silent7.sh with 93% similarity]
t/silent-lt-gcc.sh [moved from t/silent4.sh with 96% similarity]
t/silent-lt-generic.sh [moved from t/silent3.sh with 97% similarity]
t/silent-texi.sh [moved from t/silent8.sh with 100% similarity]

index 890d547..34df7bf 100644 (file)
@@ -966,24 +966,24 @@ t/self-check-is-blocked-signal.tap \
 t/self-check-unindent.tap \
 t/sanity.sh \
 t/seenc.sh \
-t/silent.sh \
-t/silent2.sh \
-t/silent3.sh \
-t/silent4.sh \
-t/silent6.sh \
-t/silent7.sh \
-t/silent8.sh \
-t/silentcxx.sh \
-t/silentcxx-gcc.sh \
-t/silentf77.sh \
-t/silentf90.sh \
+t/silent-c-generic.sh \
+t/silent-c-gcc.sh \
+t/silent-lt-generic.sh \
+t/silent-lt-gcc.sh \
+t/silent-gen.sh \
+t/silent-cxx-generic.sh \
+t/silent-cxx-gcc.sh \
+t/silent-f77.sh \
+t/silent-f90.sh \
 t/silent-many-gcc.sh \
 t/silent-many-generic.sh \
-t/silent-configsite.sh \
-t/silent-nested-vars.sh \
+t/silent-texi.sh \
 t/silent-lex.sh \
 t/silent-yacc.sh \
 t/silent-yacc-headers.sh \
+t/silent-configsite.sh \
+t/silent-nested-vars.sh \
+t/silent-custom.sh \
 t/src-acsubst.sh \
 t/sourcefile-in-subdir.sh \
 t/space.sh \
similarity index 96%
rename from t/silent2.sh
rename to t/silent-c-gcc.sh
index 5dcaa26..3f607b2 100755 (executable)
@@ -17,7 +17,7 @@
 # Check silent-rules mode, without libtool, non-fastdep case
 # (so that, with GCC, we also cover the other code paths in depend2).
 
-# Please keep this file in sync with 'silent.sh'.
+# Please keep this file in sync with 'silent-c-generic.sh'.
 
 required=gcc
 . test-init.sh
similarity index 97%
rename from t/silent.sh
rename to t/silent-c-generic.sh
index 32713d5..9ccccf0 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode, without libtool, standard depmode case.
 
-# Please keep this file in sync with 'silent2.sh'.
+# Please keep this file in sync with 'silent-c-gcc.sh'.
 
 required=cc
 . test-init.sh
similarity index 100%
rename from t/silent6.sh
rename to t/silent-custom.sh
similarity index 97%
rename from t/silentcxx-gcc.sh
rename to t/silent-cxx-gcc.sh
index f75100a..3994abe 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode for C++.
 # This test requires the GNU C++ compiler; keep it in sync with sister
-# test 'silentcxx.sh', which should work with generic compilers.
+# test 'silent-cxx-generic.sh', which should work with generic compilers.
 
 required=g++
 . test-init.sh
similarity index 97%
rename from t/silentcxx.sh
rename to t/silent-cxx-generic.sh
index 0bc4c35..766d3f9 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode for C++.
 # This test should work with generic C++ compilers; keep it in sync with
-# sister test 'silentcxx-gcc.sh', which requires the GNU C++ compiler
+# sister test 'silent-cxx-gcc.sh', which requires the GNU C++ compiler
 # and forces the use of gcc depmode.
 
 required=c++
similarity index 97%
rename from t/silentf77.sh
rename to t/silent-f77.sh
index f1a423b..24bc937 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check silent-rules mode for Fortran 77.
-# Keep this ins sync with the sister test 'silentf90.sh'.
+# Keep this ins sync with the sister test 'silent-f90.sh'.
 
 required=fortran77
 . test-init.sh
similarity index 97%
rename from t/silentf90.sh
rename to t/silent-f90.sh
index 650d0b6..ef83d80 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check silent-rules mode for Fortran 90.
-# Keep this ins sync with the sister test 'silentf77.sh'.
+# Keep this ins sync with the sister test 'silent-f77.sh'.
 
 required=fortran
 . test-init.sh
similarity index 93%
rename from t/silent7.sh
rename to t/silent-gen.sh
index 42e5a83..cd01a4f 100755 (executable)
@@ -14,8 +14,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check user extensibility of silent-rules mode.
-# Aslo check that silent rules are disabled by default.
+# Silent rules: use of pre-defined variables $(AM_V_GEN) and $(AM_V_at).
+# Incidentally, also check that silent rules are disabled by default.
 
 . test-init.sh
 
similarity index 96%
rename from t/silent4.sh
rename to t/silent-lt-gcc.sh
index 28de9e0..f9c9555 100755 (executable)
@@ -17,7 +17,7 @@
 # Check silent-rules mode, with libtool, non-fastdep case
 # (so that, with GCC, we also cover the other code paths in depend2).
 
-# Please keep this file in sync with 'silent3.sh' and 'silent9.sh'.
+# Please keep this file in sync with 'silent-lt-generic.sh'.
 
 required="libtoolize gcc"
 . test-init.sh
similarity index 97%
rename from t/silent3.sh
rename to t/silent-lt-generic.sh
index 6f58d04..0134603 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode, with libtool, standard depmode case.
 
-# Please keep this file in sync with 'silent4.sh' and 'silent9.sh'.
+# Please keep this file in sync with 'silent-lt-gcc.sh'.
 
 required='cc libtoolize'
 . test-init.sh
similarity index 100%
rename from t/silent8.sh
rename to t/silent-texi.sh