mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
Prefer TESTSUITE_FLAGS.
TESTSUITEFLAGS is barely readable. * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS) for backward compatibility. Use the former instead of the latter.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Prefer TESTSUITE_FLAGS.
|
||||||
|
TESTSUITEFLAGS is barely readable.
|
||||||
|
|
||||||
|
* tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS)
|
||||||
|
for backward compatibility.
|
||||||
|
Use the former instead of the latter.
|
||||||
|
|
||||||
2008-11-25 Akim Demaille <demaille@gostai.com>
|
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Get rid of yyrhs and yyprhs in larl1.java.
|
Get rid of yyrhs and yyprhs in larl1.java.
|
||||||
|
|||||||
@@ -78,15 +78,17 @@ 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) $(TESTSUITEFLAGS)
|
cd tests && ../$(TESTSUITE) $(TESTSUITE_FLAGS)
|
||||||
|
|
||||||
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)" $(TESTSUITEFLAGS)
|
cd tests && ../$(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITE_FLAGS)
|
||||||
|
|
||||||
# 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