]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
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 890d54787c9d27dce274c1c81aad9f988ec8e347..34df7bf4db5b57c09c4299e6fd108cb35faf67e1 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 5dcaa26e83f59aa495010b055ee5e6d84a297351..3f607b2b559d2da517fe8a49777016dd47ce7632 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 32713d5e3aef501f6a11d4f51803fdff9a2c2ade..9ccccf0b99c4d875386c0862655f9c6a6bb9ceed 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 f75100ad039256b3602943480ee1520bbeea7c98..3994abe8635498213a2c7fc8f5b515fd6b39f371 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 0bc4c351900ec71daa5dbc2b17f60f33b9aca60b..766d3f9953e01e36387ee1cf84ff713463e46d31 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 f1a423b64f92a66da525a244fb26dc8e0ac68286..24bc9370664d9b7813b51e6312c6c24bb8c4a3fc 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 650d0b6f34789e3ce795f2702cca4d7b08ffded4..ef83d808b31ad59f0a5893212a4d0af396fdffef 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 42e5a83e540e224ed4ddbdf90c77b4d0205d8d8b..cd01a4f63a9e1322c720b522e934385d1b2c880e 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 28de9e0f904a1c4c763673feaca2be0198b502f9..f9c9555174299680479709643653d14dae7d0ab7 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 6f58d04e5dd03c3f14b8c76d8c85506bb3618441..013460334c7a1545a8c696bd2dddb09992dda19e 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