testsuite: introduce --release

* tests/atlocal.in, tests/local.at: Support option --release, which sets
BISON_USE_PUSH_FOR_PULL and BISON_TEST_XML.
* tests/local.mk: Use it for maintainer-release-check.
This commit is contained in:
Theophile Ranquet
2012-12-27 13:39:47 +01:00
parent 3158164614
commit fcf845a716
3 changed files with 18 additions and 11 deletions

View File

@@ -1022,6 +1022,9 @@ m4_define([AT_SETUP],
AT_ARG_OPTION([compile-c-with-cxx],
[compile C parsers with the C++ compiler])
AT_ARG_OPTION([release],
[check xml and use push for pull])
AT_COLOR_TESTS
AT_TESTED([bison])