automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {test-protocols} tests: fix spurious error in 'test-extensions.tes


From: Stefano Lattarini
Subject: [FYI] {test-protocols} tests: fix spurious error in 'test-extensions.test'
Date: Thu, 6 Oct 2011 21:32:24 +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                  |    8 ++++++++
 tests/test-extensions.test |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 69bdc01..4692192 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-10-06  Stefano Lattarini  <address@hidden>
 
+       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  <address@hidden>
+
        fix: make a test script executable
        * tests/nobase-nodist.test: Make executable.
 
diff --git a/tests/test-extensions.test b/tests/test-extensions.test
index 1d5872c..c216d12 100755
--- a/tests/test-extensions.test
+++ b/tests/test-extensions.test
@@ -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.
 
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]