summaryrefslogtreecommitdiff
path: root/tests/yacc-clean.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-21 19:13:17 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-27 21:20:48 +0100
commit0a8cfb4c59d2523ecd7a8f253afce8f8e436594f (patch)
treeee3f07cababb8eccdc1c08b199dbff3fbc5bffe3 /tests/yacc-clean.test
parenta9edac6c6e0c33d6571d6ef5ce0bbf682459c3bc (diff)
downloadautomake-0a8cfb4c59d2523ecd7a8f253afce8f8e436594f.tar.gz
yacc/lex tests: avoid too much failures with FreeBSD make
In various Yacc/Lex tests, we used to run "make distcheck" commands whose value was mostly dubious, and, even when it was there, was very, very little. The presence of these extra distchecks had two disadvantages: it slowed down our already-too-slow testsuite even more, and, much worse, caused a lot of extra failures with FreeBSD, all due to automake bug#7884, which is already exposed by the test case `yacc-dist-nobuild.test'. We can improve this situation by simply removing "make distcheck" calls from a few testcases, or making them conditional to the use of GNU make. * tests/lex-clean-cxx.test: Do not call "make distcheck". * tests/lex-clean.test: Likewise. * tests/yacc-clean-cxx.test: Likewise. * tests/yacc-clean.test: Likewise. * tests/yflags-force-override.test: Likewise. * tests/yacc-nodist.test: Only run "make distcheck" if make is GNU make.
Diffstat (limited to 'tests/yacc-clean.test')
-rwxr-xr-xtests/yacc-clean.test7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/yacc-clean.test b/tests/yacc-clean.test
index bdc8dd05c..156d60387 100755
--- a/tests/yacc-clean.test
+++ b/tests/yacc-clean.test
@@ -146,11 +146,4 @@ test ! -r sub2/parse.h
test ! -r sub2/bar-parse.c
test ! -r sub2/bar-parse.h
-cp config.sav config.status
-./config.status # re-create Makefile
-
-# The distribution must work correctly, assuming the user has
-# the proper tools to process yacc files.
-$MAKE distcheck
-
: