]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Parallel tests generation: improve comments (tiny change).
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 9 Jun 2010 00:57:24 +0000 (02:57 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Jun 2010 17:18:09 +0000 (19:18 +0200)
* tests/Makefile.am ($(parallel_tests)): Added useful comment to
generated tests.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/Makefile.am
tests/Makefile.in

index c07df879145343de4b9024496e3142e414d97e34..76fc1684c831dea838997770b8e80ee1bdfe360c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-06-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       Parallel tests generation: improve comments (tiny change).
+       * tests/Makefile.am ($(parallel_tests)): Added useful comment to
+       generated tests.
+
        Tests defs: truly get rid of `$am_defs_included' (unused variable)
         * tests/defs.in ($am_defs_included): Remove, its now unused.  It
        should have been removed in a previous changeset, but the removal
index 7eea8016b49b734aa119c52f498379d9fced234b..e339e7e90bc7a788a6eca278b3549f7107167a4a 100644 (file)
@@ -41,6 +41,8 @@ $(parallel_tests): Makefile.am
          echo; \
          echo "# Run the test with Automake's parallel-tests driver enabled."; \
          echo 'parallel_tests=yes'; \
+         echo "# In the spirit of VPATH, we prefer a test in the build tree"; \
+         echo "# over one in the source tree."; \
          echo "if test -f \"./$$input\"; then"; \
          echo "  . \"./$$input\""; \
          echo 'else'; \
index 203b62c0224f6f0075b4d0d7ddac5082cd5a4854..3056cd3751b51e274706d830ee8e067c6d77818d 100644 (file)
@@ -1387,6 +1387,8 @@ $(parallel_tests): Makefile.am
          echo; \
          echo "# Run the test with Automake's parallel-tests driver enabled."; \
          echo 'parallel_tests=yes'; \
+         echo "# In the spirit of VPATH, we prefer a test in the build tree"; \
+         echo "# over one in the source tree."; \
          echo "if test -f \"./$$input\"; then"; \
          echo "  . \"./$$input\""; \
          echo 'else'; \