summaryrefslogtreecommitdiff
path: root/tests/yacc4.test
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-06-18 19:44:48 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-06-18 19:44:48 +0000
commitd6e1e097131711e69fdeeebf3f9f5d0d886a6fad (patch)
treefd2a2b0a94e4551425f8c149b16adf0ef79e1f02 /tests/yacc4.test
parent582a72ff8a1397783b6d45072a3927b37bc8f460 (diff)
downloadautomake-d6e1e097131711e69fdeeebf3f9f5d0d886a6fad.tar.gz
* tests/defs (required): Handle `gcc' and `g++'; automatically
export CC and CXX when they are required. * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test, tests/cond4.test, tests/cond16.test, tests/cond18.test, tests/cond19.test, tests/depcomp2.test, tests/depend2.test, tests/lex3.test, tests/pr87.test, tests/pr220.test, tests/substref.test, tests/target-cflags.test, tests/yacc4.test, tests/yaccvpath.test: Require gcc. Don't pass CC=gcc to configure. * tests/subobj9.test: Require g++.
Diffstat (limited to 'tests/yacc4.test')
-rwxr-xr-xtests/yacc4.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/yacc4.test b/tests/yacc4.test
index 95daef1a7..a2f6c5604 100755
--- a/tests/yacc4.test
+++ b/tests/yacc4.test
@@ -2,10 +2,9 @@
# Some simple tests of ylwrap functionality.
+required=gcc
. $srcdir/defs || exit 1
-# Likewise for some other tools.
-(gcc -v) > /dev/null 2>&1 || exit 77
(bison -V) > /dev/null 2>&1 || exit 77
cat > configure.in << 'END'