From: Stefano Lattarini Date: Fri, 26 Oct 2012 10:52:35 +0000 (+0200) Subject: tests: rename some test to more expressive names X-Git-Tag: v1.12.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926ab5b475fe77960a81ea608ea1948dc7d3b4b6;p=thirdparty%2Fautomake.git tests: rename some test to more expressive names * 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 --- diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index b3ff6b2ba..cbe7dc152 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -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 \ diff --git a/t/remake9c.sh b/t/remake-after-acinclude-m4.sh similarity index 97% rename from t/remake9c.sh rename to t/remake-after-acinclude-m4.sh index 402bef9c9..7c899dc2a 100755 --- a/t/remake9c.sh +++ b/t/remake-after-acinclude-m4.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # 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 diff --git a/t/remake9d.sh b/t/remake-after-aclocal-m4.sh similarity index 97% rename from t/remake9d.sh rename to t/remake-after-aclocal-m4.sh index 1cf3fdf36..45d7a6a94 100755 --- a/t/remake9d.sh +++ b/t/remake-after-aclocal-m4.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # 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 diff --git a/t/remake9a.sh b/t/remake-after-configure-ac.sh similarity index 97% rename from t/remake9a.sh rename to t/remake-after-configure-ac.sh index 3e239c9c3..ee178b1c7 100755 --- a/t/remake9a.sh +++ b/t/remake-after-configure-ac.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # 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 diff --git a/t/remake9b.sh b/t/remake-after-makefile-am.sh similarity index 97% rename from t/remake9b.sh rename to t/remake-after-makefile-am.sh index aee41c4c4..fca90b637 100755 --- a/t/remake9b.sh +++ b/t/remake-after-makefile-am.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # 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 diff --git a/t/remake10c.sh b/t/remake-include-aclocal.sh similarity index 96% rename from t/remake10c.sh rename to t/remake-include-aclocal.sh index 62fe29a87..df1870e19 100755 --- a/t/remake10c.sh +++ b/t/remake-include-aclocal.sh @@ -15,8 +15,9 @@ # along with this program. If not, see . # 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 diff --git a/t/remake10a.sh b/t/remake-include-configure.sh similarity index 95% rename from t/remake10a.sh rename to t/remake-include-configure.sh index e91503bbd..f7f8c0450 100755 --- a/t/remake10a.sh +++ b/t/remake-include-configure.sh @@ -15,8 +15,9 @@ # along with this program. If not, see . # 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 diff --git a/t/remake10b.sh b/t/remake-include-makefile.sh similarity index 95% rename from t/remake10b.sh rename to t/remake-include-makefile.sh index 2c6e22a5d..ed749ccee 100755 --- a/t/remake10b.sh +++ b/t/remake-include-makefile.sh @@ -15,8 +15,10 @@ # along with this program. If not, see . # 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 diff --git a/t/remake8a.sh b/t/remake-makefile-intree.sh similarity index 95% rename from t/remake8a.sh rename to t/remake-makefile-intree.sh index 405698bfc..cb7c425dc 100755 --- a/t/remake8a.sh +++ b/t/remake-makefile-intree.sh @@ -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 diff --git a/t/remake8b.sh b/t/remake-makefile-vpath.sh similarity index 95% rename from t/remake8b.sh rename to t/remake-makefile-vpath.sh index 0fa910ca0..7e37fe856 100755 --- a/t/remake8b.sh +++ b/t/remake-makefile-vpath.sh @@ -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 diff --git a/t/remake.sh b/t/remake-subdir-grepping.sh similarity index 94% rename from t/remake.sh rename to t/remake-subdir-grepping.sh index bd39792a2..a8afc402e 100755 --- a/t/remake.sh +++ b/t/remake-subdir-grepping.sh @@ -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 diff --git a/t/remake1a.sh b/t/remake-subdir-only.sh similarity index 95% rename from t/remake1a.sh rename to t/remake-subdir-only.sh index cdf494aad..12d1ca544 100755 --- a/t/remake1a.sh +++ b/t/remake-subdir-only.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # 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