From: Alexandre Duret-Lutz Date: Wed, 19 Jun 2002 18:31:37 +0000 (+0000) Subject: * tests/nobase.test, tests/pr204.test, tests/pr300-lib.test, X-Git-Tag: Release-1-6b~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819633275bb7a9c80ee8b9d6395e68ec6bbf20ee;p=thirdparty%2Fautomake.git * tests/nobase.test, tests/pr204.test, tests/pr300-lib.test, tests/pr300-ltlib.test, tests/pr300-prog.test, tests/specflags7.test, tests/specflags8.test, tests/subdir5.test, tests/subobj6.test, tests/subpkg.test, tests/transform.test: Require gcc. --- diff --git a/ChangeLog b/ChangeLog index 86f4664e8..a45e021ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-06-19 Alexandre Duret-Lutz + + * tests/nobase.test, tests/pr204.test, tests/pr300-lib.test, + tests/pr300-ltlib.test, tests/pr300-prog.test, + tests/specflags7.test, tests/specflags8.test, tests/subdir5.test, + tests/subobj6.test, tests/subpkg.test, tests/transform.test: + Require gcc. + 2002-06-18 Alexandre Duret-Lutz * tests/libtool2.test: Use required=libtoolize. diff --git a/tests/nobase.test b/tests/nobase.test index fa3fb1e0c..715793e27 100755 --- a/tests/nobase.test +++ b/tests/nobase.test @@ -1,7 +1,7 @@ #! /bin/sh # Make sure nobase_* works. -required=libtoolize +required='libtoolize gcc' . $srcdir/defs || exit 1 set -e diff --git a/tests/pr204.test b/tests/pr204.test index f15c49038..5f44025fc 100755 --- a/tests/pr204.test +++ b/tests/pr204.test @@ -2,8 +2,7 @@ # For PR 204. # Sources derived from nodist_ sources should not be distributed. -required=bison - +required='bison gcc' . $srcdir/defs || exit 1 set -e diff --git a/tests/pr300-lib.test b/tests/pr300-lib.test index 2b5dfc8f4..0201b8072 100755 --- a/tests/pr300-lib.test +++ b/tests/pr300-lib.test @@ -3,6 +3,7 @@ # Make sure that installing subdirectory libraries works. # PR/300 +required=gcc . $srcdir/defs || exit 1 set -e diff --git a/tests/pr300-ltlib.test b/tests/pr300-ltlib.test index eb6c6864c..605f1a83b 100755 --- a/tests/pr300-ltlib.test +++ b/tests/pr300-ltlib.test @@ -3,7 +3,7 @@ # Make sure that installing subdirectory libtool libraries works. # PR/300 -required=libtoolize +required='libtoolize gcc' . $srcdir/defs || exit 1 set -e diff --git a/tests/pr300-prog.test b/tests/pr300-prog.test index ed96be0b1..8dc856b21 100755 --- a/tests/pr300-prog.test +++ b/tests/pr300-prog.test @@ -3,6 +3,7 @@ # Make sure that installing subdirectory programs works. # PR/300 +required=gcc . $srcdir/defs || exit 1 set -e diff --git a/tests/specflags7.test b/tests/specflags7.test index 09228b7a8..7092afecc 100755 --- a/tests/specflags7.test +++ b/tests/specflags7.test @@ -2,6 +2,7 @@ # The ctags/etags example from the manual, plus a check for _SHORTNAME. +required=gcc . $srcdir/defs || exit 1 set -e diff --git a/tests/specflags8.test b/tests/specflags8.test index 640166759..b9566d526 100755 --- a/tests/specflags8.test +++ b/tests/specflags8.test @@ -4,6 +4,7 @@ # with one extra indirection in the sources. # PR 315. +required=gcc . $srcdir/defs || exit 1 set -e diff --git a/tests/subdir5.test b/tests/subdir5.test index 48c9e310a..1cfb0c01c 100755 --- a/tests/subdir5.test +++ b/tests/subdir5.test @@ -5,7 +5,7 @@ # This test assumes that the `make' utility is able to start # over and reload Makefiles which have been remade (a non-POSIX feature). -required=GNUmake +required='GNUmake gcc' . $srcdir/defs || exit 1 cat > configure.in << 'END' diff --git a/tests/subobj6.test b/tests/subobj6.test index f9423e223..6521f9ae9 100755 --- a/tests/subobj6.test +++ b/tests/subobj6.test @@ -3,6 +3,7 @@ # Test of subdir make distclean rules. # From Robert Collins +required=gcc . $srcdir/defs || exit 1 cat > configure.in << 'END' diff --git a/tests/subpkg.test b/tests/subpkg.test index dd3e0e03f..fd77e8a02 100755 --- a/tests/subpkg.test +++ b/tests/subpkg.test @@ -2,6 +2,7 @@ # Check subpackage handling. +required=gcc . $srcdir/defs || exit 1 set -e diff --git a/tests/transform.test b/tests/transform.test index 1541b79ef..fbf99bdf9 100755 --- a/tests/transform.test +++ b/tests/transform.test @@ -2,6 +2,7 @@ # Make sure that --program-transform works. +required=gcc . $srcdir/defs || exit 1 set -e