tests: check the typed symbols in the reports

* tests/report.at: New.
* tests/local.mk, tests/testsuite.at: Use it.
This commit is contained in:
Akim Demaille
2018-06-18 08:52:25 +02:00
parent 27767290da
commit 34d1773990
3 changed files with 303 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ m4_include([sets.at])
# Testing grammar reduction.
m4_include([reduce.at])
# Testing generated reports.
m4_include([report.at])
# Testing conflicts detection and resolution.
m4_include([conflicts.at])