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

@@ -75,6 +75,15 @@ else
CC_IS_CXX=0
fi
# In a similar way, handle --release
if "$at_arg_release"; then
BISON_USE_PUSH_FOR_PULL=1
BISON_TEST_XML=1
else
BISON_USE_PUSH_FOR_PULL=0
BISON_TEST_XML=0
fi
## ------- ##
## Other. ##