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 c07df87..76fc168 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 7eea801..e339e7e 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 203b62c..3056cd3 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'; \