]> git.saurik.com Git - bison.git/commit
Create tests/local.at for Bison generic testing macros.
authorAkim Demaille <akim@epita.fr>
Sun, 2 Mar 2003 11:14:07 +0000 (11:14 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 2 Mar 2003 11:14:07 +0000 (11:14 +0000)
commit67a25fed4cf5d7c93f6909f6a2a9fe23104eb0df
tree7b19c58ace0021a50144f334dcfaa31bfedba1f5
parent9c2b381f793545f0fe78b8dfeb86aa8d02940953
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.
ChangeLog
tests/Makefile.am
tests/calc.at
tests/local.at [new file with mode: 0644]
tests/testsuite.at