mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Create tests/local.at for Bison generic testing macros.
* tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to... * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS): This new file. * tests/calc.at (AT_CHECK_CALC): Adjust. * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR) (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to... * tests/local.at: here. (AT_COMPILE_CXX): Tags the tests using it as c++. Ignore the test if CXX is not functional.
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -1,3 +1,17 @@
|
||||
2003-03-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Create tests/local.at for Bison generic testing macros.
|
||||
|
||||
* tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
|
||||
* tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
|
||||
This new file.
|
||||
* tests/calc.at (AT_CHECK_CALC): Adjust.
|
||||
* tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
|
||||
(AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
|
||||
* tests/local.at: here.
|
||||
(AT_COMPILE_CXX): Tags the tests using it as c++.
|
||||
Ignore the test if CXX is not functional.
|
||||
|
||||
2003-03-01 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* src/scan-gram.l (code_start): Initialize it to scanner_cursor,
|
||||
|
||||
Reference in New Issue
Block a user