From 786227a45a18b2e78ade8882eb13ad7e8983dfc6 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 19 Jun 2002 18:31:33 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 ++++++++ tests/nobase.test | 2 +- tests/pr204.test | 3 +-- tests/pr300-lib.test | 1 + tests/pr300-ltlib.test | 2 +- tests/pr300-prog.test | 1 + tests/specflags7.test | 1 + tests/specflags8.test | 1 + tests/subdir5.test | 2 +- tests/subobj6.test | 1 + tests/subpkg.test | 1 + tests/transform.test | 1 + 12 files changed, 19 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86f4664e..a45e021e 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 fa3fb1e0..715793e2 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 f15c4903..5f44025f 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 2b5dfc8f..0201b807 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 eb6c6864..605f1a83 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 ed96be0b..8dc856b2 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 09228b7a..7092afec 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 64016675..b9566d52 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 48c9e310..1cfb0c01 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 f9423e22..6521f9ae 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 dd3e0e03..fd77e8a0 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 1541b79e..fbf99bdf 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 -- 2.43.5