api.token.raw: check it

* tests/local.at (AT_TOKEN_RAW_IF): New.
* tests/local.mk: New.
Use it.
This commit is contained in:
Akim Demaille
2019-08-28 16:28:32 -05:00
parent 9861bcc540
commit b1679f8346
4 changed files with 127 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ m4_include([actions.at])
# Semantic types support.
m4_include([types.at])
# Interface with the scanner.
m4_include([scanner.at])
# Fulling testing (compilation and execution of the parser) on calc.
m4_include([calc.at])