automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: rename few tests (on silent-rules support)


From: Stefano Lattarini
Subject: [FYI] {master} tests: rename few tests (on silent-rules support)
Date: Wed, 7 Nov 2012 21:25:07 +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 <address@hidden>
---
 t/list-of-tests.mk                        | 24 ++++++++++++------------
 t/{silent2.sh => silent-c-gcc.sh}         |  2 +-
 t/{silent.sh => silent-c-generic.sh}      |  2 +-
 t/{silent6.sh => silent-custom.sh}        |  0
 t/{silentcxx-gcc.sh => silent-cxx-gcc.sh} |  2 +-
 t/{silentcxx.sh => silent-cxx-generic.sh} |  2 +-
 t/{silentf77.sh => silent-f77.sh}         |  2 +-
 t/{silentf90.sh => silent-f90.sh}         |  2 +-
 t/{silent7.sh => silent-gen.sh}           |  4 ++--
 t/{silent4.sh => silent-lt-gcc.sh}        |  2 +-
 t/{silent3.sh => silent-lt-generic.sh}    |  2 +-
 t/{silent8.sh => silent-texi.sh}          |  0
 12 files changed, 22 insertions(+), 22 deletions(-)
 rename t/{silent2.sh => silent-c-gcc.sh} (96%)
 rename t/{silent.sh => silent-c-generic.sh} (97%)
 rename t/{silent6.sh => silent-custom.sh} (100%)
 rename t/{silentcxx-gcc.sh => silent-cxx-gcc.sh} (97%)
 rename t/{silentcxx.sh => silent-cxx-generic.sh} (97%)
 rename t/{silentf77.sh => silent-f77.sh} (97%)
 rename t/{silentf90.sh => silent-f90.sh} (97%)
 rename t/{silent7.sh => silent-gen.sh} (93%)
 rename t/{silent4.sh => silent-lt-gcc.sh} (96%)
 rename t/{silent3.sh => silent-lt-generic.sh} (97%)
 rename t/{silent8.sh => silent-texi.sh} (100%)

diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 890d547..d2ccbb2 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -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/silent-c-generic.sh \
+t/silent-c-gcc.sh \
+t/silent-lt-generic.sh \
+t/silent-lt-gc.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-cxx.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 \
diff --git a/t/silent2.sh b/t/silent-c-gcc.sh
similarity index 96%
rename from t/silent2.sh
rename to t/silent-c-gcc.sh
index 5dcaa26..3f607b2 100755
--- a/t/silent2.sh
+++ b/t/silent-c-gcc.sh
@@ -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
diff --git a/t/silent.sh b/t/silent-c-generic.sh
similarity index 97%
rename from t/silent.sh
rename to t/silent-c-generic.sh
index 32713d5..9ccccf0 100755
--- a/t/silent.sh
+++ b/t/silent-c-generic.sh
@@ -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
diff --git a/t/silent6.sh b/t/silent-custom.sh
similarity index 100%
rename from t/silent6.sh
rename to t/silent-custom.sh
diff --git a/t/silentcxx-gcc.sh b/t/silent-cxx-gcc.sh
similarity index 97%
rename from t/silentcxx-gcc.sh
rename to t/silent-cxx-gcc.sh
index f75100a..3994abe 100755
--- a/t/silentcxx-gcc.sh
+++ b/t/silent-cxx-gcc.sh
@@ -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
diff --git a/t/silentcxx.sh b/t/silent-cxx-generic.sh
similarity index 97%
rename from t/silentcxx.sh
rename to t/silent-cxx-generic.sh
index 0bc4c35..766d3f9 100755
--- a/t/silentcxx.sh
+++ b/t/silent-cxx-generic.sh
@@ -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++
diff --git a/t/silentf77.sh b/t/silent-f77.sh
similarity index 97%
rename from t/silentf77.sh
rename to t/silent-f77.sh
index f1a423b..24bc937 100755
--- a/t/silentf77.sh
+++ b/t/silent-f77.sh
@@ -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
diff --git a/t/silentf90.sh b/t/silent-f90.sh
similarity index 97%
rename from t/silentf90.sh
rename to t/silent-f90.sh
index 650d0b6..ef83d80 100755
--- a/t/silentf90.sh
+++ b/t/silent-f90.sh
@@ -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
diff --git a/t/silent7.sh b/t/silent-gen.sh
similarity index 93%
rename from t/silent7.sh
rename to t/silent-gen.sh
index 42e5a83..cd01a4f 100755
--- a/t/silent7.sh
+++ b/t/silent-gen.sh
@@ -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
 
diff --git a/t/silent4.sh b/t/silent-lt-gcc.sh
similarity index 96%
rename from t/silent4.sh
rename to t/silent-lt-gcc.sh
index 28de9e0..f9c9555 100755
--- a/t/silent4.sh
+++ b/t/silent-lt-gcc.sh
@@ -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
diff --git a/t/silent3.sh b/t/silent-lt-generic.sh
similarity index 97%
rename from t/silent3.sh
rename to t/silent-lt-generic.sh
index 6f58d04..0134603 100755
--- a/t/silent3.sh
+++ b/t/silent-lt-generic.sh
@@ -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
diff --git a/t/silent8.sh b/t/silent-texi.sh
similarity index 100%
rename from t/silent8.sh
rename to t/silent-texi.sh
-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]