mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
s/_FLAGS/FLAGS/.
* tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as... (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS. Reported by Eric Blake.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-11-26 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
s/_FLAGS/FLAGS/.
|
||||||
|
* tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
|
||||||
|
(TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
|
||||||
|
Reported by Eric Blake.
|
||||||
|
|
||||||
2008-11-26 Akim Demaille <demaille@gostai.com>
|
2008-11-26 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Use b4_parser_tables_define in glr.cc.
|
Use b4_parser_tables_define in glr.cc.
|
||||||
|
|||||||
@@ -66,9 +66,9 @@ TESTSUITE_AT = \
|
|||||||
TESTSUITE = $(top_srcdir)/tests/testsuite
|
TESTSUITE = $(top_srcdir)/tests/testsuite
|
||||||
|
|
||||||
AUTOTEST = $(AUTOM4TE) --language=autotest
|
AUTOTEST = $(AUTOM4TE) --language=autotest
|
||||||
AUTOTEST_FLAGS = -I $(top_srcdir)/tests
|
AUTOTESTFLAGS = -I $(top_srcdir)/tests
|
||||||
$(TESTSUITE): tests/package.m4 $(TESTSUITE_AT)
|
$(TESTSUITE): tests/package.m4 $(TESTSUITE_AT)
|
||||||
$(AUTOTEST) $(AUTOTEST_FLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp
|
$(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
tests/atconfig: $(top_builddir)/config.status
|
tests/atconfig: $(top_builddir)/config.status
|
||||||
@@ -78,17 +78,15 @@ clean-local: clean-local-tests
|
|||||||
clean-local-tests:
|
clean-local-tests:
|
||||||
test ! -f $(TESTSUITE) || cd tests && ../$(TESTSUITE) --clean
|
test ! -f $(TESTSUITE) || cd tests && ../$(TESTSUITE) --clean
|
||||||
|
|
||||||
# TESTSUITEFLAGS was used initially, this is backward compatibility.
|
|
||||||
TESTSUITE_FLAGS = $(TESTSUITEFLAGS)
|
|
||||||
check-local: tests/atconfig tests/atlocal $(TESTSUITE)
|
check-local: tests/atconfig tests/atlocal $(TESTSUITE)
|
||||||
# Move into tests/ so that testsuite.dir etc. be created there.
|
# Move into tests/ so that testsuite.dir etc. be created there.
|
||||||
cd tests && ../$(TESTSUITE) $(TESTSUITE_FLAGS)
|
cd tests && ../$(TESTSUITE) $(TESTSUITEFLAGS)
|
||||||
|
|
||||||
check_SCRIPTS = tests/bison
|
check_SCRIPTS = tests/bison
|
||||||
|
|
||||||
# Run the test suite on the *installed* tree.
|
# Run the test suite on the *installed* tree.
|
||||||
installcheck-local:
|
installcheck-local:
|
||||||
cd tests && ../$(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITE_FLAGS)
|
cd tests && ../$(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITEFLAGS)
|
||||||
|
|
||||||
# Be real mean with it.
|
# Be real mean with it.
|
||||||
.PHONY: maintainer-check-g++
|
.PHONY: maintainer-check-g++
|
||||||
|
|||||||
Reference in New Issue
Block a user