]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: rename some test to more expressive names
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 10:52:35 +0000 (12:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 12:22:27 +0000 (14:22 +0200)
* t/remake.sh: Rename ...
* t/remake-subdir-grepping.sh: ... like this.
* t/remake8a.sh: Rename ...
* t/remake-makefile-intree.sh: ... like this, and adjust comments.
* t/remake8b.sh: Rename ...
* t/remake-makefile-vpath.sh: ... like this, and adjust comments.
* t/remake9a.sh: Rename ...
* t/remake-after-configure-ac.sh: ... like this, and adjust comments.
* t/remake9b.sh: Rename ...
* t/remake-after-makefile-am.sh: ... like this, and adjust comments.
* t/remake9c.sh: Rename ...
* t/remake-after-acinclude-m4.sh: ... like this, and adjust comments.
* t/remake9d.sh: Rename ...
* t/remake-after-aclocal-m4.sh: ... like this, and adjust comments.
* t/remake10a.sh: Rename ...
* t/remake-include-configure.sh: ... like this, and adjust comments.
* t/remake10b.sh: Rename ...
* t/remake-include-makefile.sh: ... like this, and adjust comments.
* t/remake10c.sh: Rename ...
* t/remake-include-aclocal.sh: ... like this, and adjust comments.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
12 files changed:
t/list-of-tests.mk
t/remake-after-acinclude-m4.sh [moved from t/remake9c.sh with 97% similarity]
t/remake-after-aclocal-m4.sh [moved from t/remake9d.sh with 97% similarity]
t/remake-after-configure-ac.sh [moved from t/remake9a.sh with 97% similarity]
t/remake-after-makefile-am.sh [moved from t/remake9b.sh with 97% similarity]
t/remake-include-aclocal.sh [moved from t/remake10c.sh with 96% similarity]
t/remake-include-configure.sh [moved from t/remake10a.sh with 95% similarity]
t/remake-include-makefile.sh [moved from t/remake10b.sh with 95% similarity]
t/remake-makefile-intree.sh [moved from t/remake8a.sh with 95% similarity]
t/remake-makefile-vpath.sh [moved from t/remake8b.sh with 95% similarity]
t/remake-subdir-grepping.sh [moved from t/remake.sh with 94% similarity]
t/remake-subdir-only.sh [moved from t/remake1a.sh with 95% similarity]

index b3ff6b2baeffc41b684699c8d309e77f637e74eb..cbe7dc152af50ef2e22d8b4d5eeee722175d94a3 100644 (file)
@@ -903,8 +903,6 @@ t/python-pr10995.sh \
 t/recurs.sh \
 t/recurs2.sh \
 t/relativize.tap \
-t/remake.sh \
-t/remake1a.sh \
 t/remake2.sh \
 t/remake3.sh \
 t/remake3a.sh \
@@ -912,23 +910,25 @@ t/remake4.sh \
 t/remake5.sh \
 t/remake6.sh \
 t/remake7.sh \
-t/remake8a.sh \
-t/remake8b.sh \
-t/remake9a.sh \
-t/remake9b.sh \
-t/remake9c.sh \
-t/remake9d.sh \
-t/remake10a.sh \
-t/remake10b.sh \
-t/remake10c.sh \
+t/remake-makefile-intree.sh \
+t/remake-makefile-vpath.sh \
+t/remake-after-configure-ac.sh \
+t/remake-after-makefile-am.sh \
+t/remake-after-acinclude-m4.sh \
+t/remake-after-aclocal-m4.sh \
+t/remake-include-configure.sh \
+t/remake-include-makefile.sh \
+t/remake-include-aclocal.sh \
 t/remake11.sh \
 t/remake12.sh \
 t/remake-all-1.sh \
 t/remake-all-2.sh \
-t/remake-subdir-from-subdir.sh \
-t/remake-subdir-gnu.sh \
 t/remake-subdir.sh \
 t/remake-subdir2.sh \
+t/remake-subdir-only.sh \
+t/remake-subdir-grepping.sh \
+t/remake-subdir-from-subdir.sh \
+t/remake-subdir-gnu.sh \
 t/remake-subdir-long-time.sh \
 t/remake-gnulib-add-acsubst.sh \
 t/remake-gnulib-add-header.sh \
similarity index 97%
rename from t/remake9c.sh
rename to t/remake-after-acinclude-m4.sh
index 402bef9c9624a3c17671aa55fe068b250cbad360..7c899dc2a91699e69c02bbba96b4bccec639e96f 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test remake rules when acinclude.m4 or its prerequisites change.
-# Keep in sync with the other sister tests 'remake9*.sh'.
+# Keep in sync with the other sister tests 'remake-after-*.sh'.
 
 . ./defs || exit 1
 
similarity index 97%
rename from t/remake9d.sh
rename to t/remake-after-aclocal-m4.sh
index 1cf3fdf368670342fb37d7c437a12d5cec13f20b..45d7a6a94a57f4720d848334ad94eb13061e9469 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test remake rules when aclocal.m4 or its prerequisites change.
-# Keep in sync with the other sister tests 'remake9*.sh'.
+# Keep in sync with the other sister tests 'remake-after-*.sh'.
 
 . ./defs || exit 1
 
similarity index 97%
rename from t/remake9a.sh
rename to t/remake-after-configure-ac.sh
index 3e239c9c373fc0164f2474cc588b4ac41ad121ab..ee178b1c7184e0468664afef35e7f69499511edf 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test remake rules when configure.ac or its prerequisites change.
-# Keep in sync with the other sister tests 'remake9*.sh'.
+# Keep in sync with the other sister tests 'remake-after-*.sh'.
 
 . ./defs || exit 1
 
similarity index 97%
rename from t/remake9b.sh
rename to t/remake-after-makefile-am.sh
index aee41c4c4cc5781be0cdfeb004793116e2e231a6..fca90b637090f57a8fd33dca967ca9bcff39d09e 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test remake rules when Makefile.am or its prerequisites change.
-# Keep in sync with the other sister tests 'remake9*.sh'.
+# Keep in sync with the other sister tests 'remake-after-*.sh'.
 
 . ./defs || exit 1
 
similarity index 96%
rename from t/remake10c.sh
rename to t/remake-include-aclocal.sh
index 62fe29a87439733f40738d4a2cf30253fdd05bac..df1870e19ae609ba64a2128b1fa907c8c0a213cc 100755 (executable)
@@ -15,8 +15,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test remake rules for m4 files included (also recursively) by
-# aclocal.m4.
-# Keep in sync with sister tests 'remake10a.sh' and 'remake10b.sh'.
+# aclocal.m4.  Keep in sync with sister tests:
+#   - remake-include-configure.sh
+#   - remake-include-makefile.sh
 
 . ./defs || exit 1
 
similarity index 95%
rename from t/remake10a.sh
rename to t/remake-include-configure.sh
index e91503bbda149cfab83b0978cd9b7532352fd167..f7f8c0450d599ab8f8caa0ca6035f1060c7c3d11 100755 (executable)
@@ -15,8 +15,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test remake rules for m4 files included (also recursively) by
-# configure.ac.
-# Keep in sync with sister tests 'remake10b.sh' and 'remake10c.sh'.
+# configure.ac.  Keep in sync with sister tests:
+#   - remake-include-aclocal.sh
+#   - remake-include-makefile.sh
 
 . ./defs || exit 1
 
similarity index 95%
rename from t/remake10b.sh
rename to t/remake-include-makefile.sh
index 2c6e22a5d6d690b1c4a3edafdf12764b8eb3abf0..ed749cceea0d16f7d4f15d2fcf1e6ef7a263520c 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test remake rules for am files included (also recursively) by
-# Makefile.am.
-# Keep in sync with sister tests 'remake10a.sh' and 'remake10c.sh'.
+# Makefile.am.  Keep in sync with sister tests:
+#   - remake-include-aclocal.sh
+#   - remake-include-configure.sh
+
 
 . ./defs || exit 1
 
similarity index 95%
rename from t/remake8a.sh
rename to t/remake-makefile-intree.sh
index 405698bfc64130f0383838b50b3a694eb7137dde..cb7c425dc7e18363ff6244cfcf239c66548a9a5b 100755 (executable)
@@ -18,8 +18,8 @@
 # This testcase checks dependency of generated Makefile from Makefile.am,
 # configure.ac, acinclude.m4, aclocal.m4, and extra m4 files considered
 # by aclocal.
-# Keep this in sync with sister test 'remake8b.sh', which performs the
-# same checks for a VPATH build.
+# Keep this in sync with sister test 'remake-makefile-vpath.sh', which
+# performs the same checks for a VPATH build.
 
 . ./defs || exit 1
 
@@ -43,7 +43,7 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
 
-srcdir='.' # To make syncing with remake8b.sh easier.
+srcdir='.' # To make syncing with remake-makefile-vpath.sh easier.
 
 $srcdir/configure
 
similarity index 95%
rename from t/remake8b.sh
rename to t/remake-makefile-vpath.sh
index 0fa910ca03b3bc322779b0aaf53b18c1e0963c2e..7e37fe8567a3a16287e513f42c9e491388683db2 100755 (executable)
@@ -18,8 +18,8 @@
 # This testcase checks dependency of generated Makefile from Makefile.am,
 # configure.ac, acinclude.m4, aclocal.m4, and extra m4 files considered
 # by aclocal.
-# Keep this in sync with sister test 'remake8a.sh', which performs the
-# same checks for a in-tree build.
+# Keep this in sync with sister test 'remake-makefile-instree.sh', which
+# performs the same checks for a in-tree build.
 
 . ./defs || exit 1
 
@@ -45,7 +45,7 @@ $AUTOMAKE
 
 mkdir build
 cd build
-srcdir='..' # To make syncing with remake8a.sh easier.
+srcdir='..' # To make syncing with remake-makefile-intree.sh easier.
 
 $srcdir/configure
 
similarity index 94%
rename from t/remake.sh
rename to t/remake-subdir-grepping.sh
index bd39792a2ee2f4777f181209af93ac0435edd0d8..a8afc402e9efededafbfd95f39bb5e16f731ba27 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Weak "grepping" test trying to ensure that remaking rules in a subdir
 # are correctly generated.
-# See also sister functional test 'remake1a.sh'.
+# See also sister functional test 'remake-subdir-only.sh'.
 
 . ./defs || exit 1
 
similarity index 95%
rename from t/remake1a.sh
rename to t/remake-subdir-only.sh
index cdf494aad09d0f8ceb04f6327720f38dfec600a9..12d1ca5444a9089f7799c6980cca44697255c1bc 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure remaking rules in subdir are correctly generated.
-# See also sister "grepping" test 'remake.sh'.
+# See also sister "grepping" test 'remake-subdir-grepping.sh'.
 
 . ./defs || exit 1