]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: more explicative names for few aclocal tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 18 Nov 2012 00:38:09 +0000 (01:38 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 19 Nov 2012 11:34:55 +0000 (12:34 +0100)
* t/aclocal3.sh: Rename ...
* t/aclocal-missing-macros.sh: ... like this.
* t/aclocal4.sh: Rename ...
* t/aclocal-deps.sh: ... like this.
* t/aclocal5.sh: Rename ...
* t/aclocal-deps-subdir.sh: ... like this.
* t/aclocal6.sh: Rename ...
* t/aclocal-remake-misc.sh: ... like this.
* t/aclocal7.sh: Rename ...
* t/aclocal-no-force.sh: ... like this.
* t/acloca8.sh: Rename ...
* t/aclocal-no-unused-required.sh: ... like this.
* t/acloca9.sh: Rename ...
* t/aclocal-I-order-1.sh: ... like this.
* t/acloca11.sh: Rename ...
* t/aclocal-I-order-2.sh: ... like this, and update heading comments.
* t/acloca12.sh: Rename ...
* t/aclocal-I-order-3.sh: ... like this, and update heading comments.
* t/acloca13.sh: Rename ...
* t/aclocal-m4-sinclude.sh: ... like this, and update heading comments.
* t/acloca14.sh: Rename ...
* t/aclocal-m4-include-are-scanned.sh: ... like this.
* t/acloca14.sh: Rename ...
* t/aclocal-m4-include-are-scanned-aclocal-amflags.sh: ... like this,
and update heading comments.
* t/acloca15.sh: Rename ...
* t/aclocal-scan-configure-ac-pr319.sh: ... like this.
* t/acloca16.sh: Rename ...
* t/aclocal-no-extra-scan.sh: ... like this, and enhance slightly.
* t/acloca18.sh: Rename ...
* t/aclocal-serial.sh: ... like this.
* t/acloca19.sh: Rename ...
* t/aclocal-pr450.sh: ... like this.
* t/acloca20.sh: Rename ...
* t/aclocal-no-symlinked-overwrite.sh: ... like this.
* t/acloca21.sh: Rename ...
* t/aclocal-comments-respected.sh: ... like this.
* t/acloca22.sh: Rename ...
* t/aclocal-deleted-header.sh: ... like this.
* t/acloca22b.sh: Rename ...
* t/aclocal-deleted-header-aclocal-amflags.sh: ... like this.
* t/acloca23.sh: Rename ...
* t/aclocal-underquoted-defun.sh: ... like this.
* t/list-of-tests.mk: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
22 files changed:
t/aclocal-I-order-1.sh [moved from t/aclocal9.sh with 100% similarity]
t/aclocal-I-order-2.sh [moved from t/acloca11.sh with 95% similarity]
t/aclocal-I-order-3.sh [moved from t/acloca12.sh with 95% similarity]
t/aclocal-comments-respected.sh [moved from t/acloca21.sh with 100% similarity]
t/aclocal-deleted-header-aclocal-amflags.sh [moved from t/acloca22b.sh with 94% similarity]
t/aclocal-deleted-header.sh [moved from t/acloca22.sh with 100% similarity]
t/aclocal-deps-subdir.sh [moved from t/aclocal5.sh with 100% similarity]
t/aclocal-deps.sh [moved from t/aclocal4.sh with 100% similarity]
t/aclocal-m4-include-are-scanned-aclocal-amflags.sh [moved from t/acloca14b.sh with 100% similarity]
t/aclocal-m4-include-are-scanned.sh [moved from t/acloca14.sh with 100% similarity]
t/aclocal-m4-sinclude.sh [moved from t/acloca13.sh with 100% similarity]
t/aclocal-missing-macros.sh [moved from t/aclocal3.sh with 100% similarity]
t/aclocal-no-extra-scan.sh [moved from t/acloca16.sh with 93% similarity]
t/aclocal-no-force.sh [moved from t/aclocal7.sh with 100% similarity]
t/aclocal-no-symlinked-overwrite.sh [moved from t/acloca20.sh with 100% similarity]
t/aclocal-no-unused-required.sh [moved from t/aclocal8.sh with 100% similarity]
t/aclocal-pr450.sh [moved from t/acloca19.sh with 100% similarity]
t/aclocal-remake-misc.sh [moved from t/aclocal6.sh with 100% similarity]
t/aclocal-scan-configure-ac-pr319.sh [moved from t/acloca15.sh with 100% similarity]
t/aclocal-serial.sh [moved from t/acloca18.sh with 100% similarity]
t/aclocal-underquoted-defun.sh [moved from t/acloca23.sh with 100% similarity]
t/list-of-tests.mk

similarity index 100%
rename from t/aclocal9.sh
rename to t/aclocal-I-order-1.sh
similarity index 95%
rename from t/acloca11.sh
rename to t/aclocal-I-order-2.sh
index f24d4edbdd87bf201fd7728916040c5f06e7a8f8..721b8ec0388e9388334d943f64b0ef11569e3dbd 100755 (executable)
@@ -16,6 +16,7 @@
 
 # Make sure that when two files define the same macro in the same
 # directory, the macro from the lexically greatest file is used.
+# See also sister test 'aclocal-I-ordering-2.sh'.
 
 am_create_testdir=empty
 . test-init.sh
similarity index 95%
rename from t/acloca12.sh
rename to t/aclocal-I-order-3.sh
index d0d4016b62581a1d525a83afeb5fe2023cb5eb69..c98841bf7389a54371aff640d9f1fd977fa1d8a1 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Make sure that when two files define the same macro in the same
 # directory, the macro from the lexically greatest file is used.
-# Same as acloca11.sh, but without calling MACRO2.
+# Same as acloca-I-ordering.sh, but without calling MACRO2.
 
 am_create_testdir=empty
 . test-init.sh
similarity index 94%
rename from t/acloca22b.sh
rename to t/aclocal-deleted-header-aclocal-amflags.sh
index f2806991befc1517ce60efc82c21016e05487338..ea47635c0b7251aac0f90f546fa178f3d7618082 100755 (executable)
@@ -17,7 +17,8 @@
 # Make sure the "deleted header file" issue is fixed wrt. aclocal.m4
 # dependencies.
 # NOTE: this test works by using the obsolete 'ACLOCAL_AMFLAGS' make
-# variable; see sister test 'acloca22.test' for a modern equivalent.
+# variable; see sister test 'aclocal-deleted-header.sh' for a modern
+# equivalent.
 
 . test-init.sh
 
similarity index 100%
rename from t/acloca22.sh
rename to t/aclocal-deleted-header.sh
similarity index 100%
rename from t/aclocal5.sh
rename to t/aclocal-deps-subdir.sh
similarity index 100%
rename from t/aclocal4.sh
rename to t/aclocal-deps.sh
similarity index 100%
rename from t/acloca13.sh
rename to t/aclocal-m4-sinclude.sh
similarity index 100%
rename from t/aclocal3.sh
rename to t/aclocal-missing-macros.sh
similarity index 93%
rename from t/acloca16.sh
rename to t/aclocal-no-extra-scan.sh
index 8387439d740112546d7bf45de66cfa932991c03e..34f66b19163768ca92b654c37b0dd8755fda84ed 100755 (executable)
@@ -21,6 +21,7 @@ am_create_testdir=empty
 . test-init.sh
 
 cat > configure.ac << 'END'
+AC_INIT([x], [0])
 AC_SUBST([POM])
 END
 
@@ -31,6 +32,6 @@ AC_DEFUN([AM_SOME_MACRO],
 EOF
 
 $ACLOCAL -I m4
-grep m4/some.m4 aclocal.m4 && exit 1
+$EGREP 'some.m4|GREPME' aclocal.m4 && exit 1
 
 :
similarity index 100%
rename from t/aclocal7.sh
rename to t/aclocal-no-force.sh
similarity index 100%
rename from t/acloca19.sh
rename to t/aclocal-pr450.sh
similarity index 100%
rename from t/aclocal6.sh
rename to t/aclocal-remake-misc.sh
similarity index 100%
rename from t/acloca18.sh
rename to t/aclocal-serial.sh
similarity index 100%
rename from t/acloca23.sh
rename to t/aclocal-underquoted-defun.sh
index 2b19150567a5dbfa0b3f52fade7f157f6a61cba1..40e350506e8427cda22ab856e8a1a5affca699dc 100644 (file)
@@ -72,44 +72,44 @@ t/get-sysconf.sh \
 $(perl_TESTS) \
 t/instspc.tap \
 t/aclocal.sh \
-t/aclocal3.sh \
-t/aclocal4.sh \
-t/aclocal5.sh \
-t/aclocal6.sh \
-t/aclocal7.sh \
-t/aclocal8.sh \
-t/aclocal9.sh \
 t/acloca10.sh \
-t/acloca11.sh \
-t/acloca12.sh \
-t/acloca13.sh \
-t/acloca14.sh \
-t/acloca14b.sh \
-t/acloca15.sh \
-t/acloca16.sh \
-t/acloca18.sh \
-t/acloca19.sh \
-t/acloca20.sh \
-t/acloca21.sh \
-t/acloca22.sh \
-t/acloca22b.sh \
-t/acloca23.sh \
+t/aclocal-I-order-1.sh \
+t/aclocal-I-order-2.sh \
+t/aclocal-I-order-3.sh \
 t/aclocal-acdir.sh \
+t/aclocal-amflags.sh \
+t/aclocal-autoconf-version-check.sh \
+t/aclocal-comments-respected.sh \
+t/aclocal-deleted-header-aclocal-amflags.sh \
+t/aclocal-deleted-header.sh \
+t/aclocal-deps-subdir.sh \
+t/aclocal-deps.sh \
 t/aclocal-install-absdir.sh \
+t/aclocal-install-fail.sh \
+t/aclocal-install-mkdir.sh \
+t/aclocal-m4-include-are-scanned-aclocal-amflags.sh \
+t/aclocal-m4-include-are-scanned.sh \
+t/aclocal-m4-sinclude.sh \
 t/aclocal-macrodir.tap \
 t/aclocal-macrodirs.tap \
-t/aclocal-amflags.sh \
-t/aclocal-print-acdir.sh \
+t/aclocal-missing-macros.sh \
+t/aclocal-no-extra-scan.sh \
+t/aclocal-no-force.sh \
+t/aclocal-no-install-no-mkdir.sh \
+t/aclocal-no-symlinked-overwrite.sh \
+t/aclocal-no-unused-required.sh \
 t/aclocal-path.sh \
 t/aclocal-path-install.sh \
 t/aclocal-path-install-serial.sh \
 t/aclocal-path-nonexistent.sh \
 t/aclocal-path-precedence.sh \
-t/aclocal-install-fail.sh \
-t/aclocal-install-mkdir.sh \
-t/aclocal-no-install-no-mkdir.sh \
+t/aclocal-pr450.sh \
+t/aclocal-print-acdir.sh \
+t/aclocal-remake-misc.sh \
+t/aclocal-scan-configure-ac-pr319.sh \
+t/aclocal-serial.sh \
+t/aclocal-underquoted-defun.sh \
 t/aclocal-verbose-install.sh \
-t/aclocal-autoconf-version-check.sh \
 t/ac-output-old.tap \
 t/acsilent.sh \
 t/acsubst.sh \