automake-patches
[Top][All Lists]
Advanced

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

[FYI] {testsuite-work} tests: fix spurious failure in autohdr3.test


From: Stefano Lattarini
Subject: [FYI] {testsuite-work} tests: fix spurious failure in autohdr3.test
Date: Thu, 2 Jun 2011 14:27:22 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/autohder3.test (Makefile.am): Let `test' depend on `all',
so that config.h header is truly remade.
Remove now useless call to `$MAKE' when non-GNU make is in use.

Failure introduced by commit `v1.11-895-g5e62b96'.
---
 ChangeLog           |    8 ++++++++
 tests/autohdr3.test |    3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9735bc4..52d81f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-06-02  Stefano Lattarini  <address@hidden>
 
+       tests: fix spurious failure in autohdr3.test
+       * tests/autohder3.test (Makefile.am): Let `test' depend on `all',
+       so that config.h header is truly remade.
+       Remove now useless call to `$MAKE' when non-GNU make is in use.
+       Failure introduced by commit `v1.11-895-g5e62b96'.
+
+2011-06-02  Stefano Lattarini  <address@hidden>
+
        tests: fix spurious failure of cond29.test on NetBSD
        * tests/cond29.test: Skip if we cannot safely limit the maximal
        size of used virtual memory to 20K.  This fixes a spurious failure
diff --git a/tests/autohdr3.test b/tests/autohdr3.test
index 85688da..88e3c0f 100755
--- a/tests/autohdr3.test
+++ b/tests/autohdr3.test
@@ -29,7 +29,7 @@ EOF
 cat > Makefile.am <<'END'
 .PHONY: test
 check-local: test
-test:
+test: all
        cat $(srcdir)/config.hin ;: For debugging.
        cat config.h             ;: Likewise.
        grep '#.*GREPME' $(srcdir)/config.hin
@@ -47,7 +47,6 @@ $MAKE
 $sleep
 echo 'AC_DEFINE([GREPME], 1, [Doc for GREPME])' > foo.m4
 
-using_gmake || $MAKE
 $MAKE test
 $MAKE distcheck
 
-- 
1.7.2.3




reply via email to

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