]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fix spurious error in 'test-extensions.test'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 6 Oct 2011 16:56:16 +0000 (18:56 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 6 Oct 2011 16:56:16 +0000 (18:56 +0200)
* tests/test-extensions.test: Call automake with the option
`--add-missing', to ensure the required script `test-driver'
gets installed.  Note that the test still fails due to an
internal error in automake, though.

ChangeLog
tests/test-extensions.test

index 69bdc0183d9d522e74c50783c0ab9615e5b8a5b7..46921923b2cf65abe48528a89f78e325f96f9c77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-10-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: fix spurious error in 'test-extensions.test'
+       * tests/test-extensions.test: Call automake with the option
+       `--add-missing', to ensure the required script `test-driver'
+       gets installed.  Note that the test still fails due to an
+       internal error in automake, though.
+
 2011-10-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        fix: make a test script executable
index 1d5872c4e292daf0fb90851647cfff182cd85c94..c216d120d8f62f7edd85aca873d4bb2766288bbf 100755 (executable)
@@ -36,7 +36,7 @@ TESTS =
 TEST_EXTENSIONS = .sh .T .t1 ._foo .BAR .x_Y_z ._ @ext@
 END
 
-$AUTOMAKE
+$AUTOMAKE -a
 
 $EGREP -i 'log|ext' Makefile.in # For debugging.