summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-26 07:11:32 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-01-27 20:48:38 +0100
commit77a8b84fc8bbe39dc231a1f657fd56a50fac5855 (patch)
treefda9250c96892fe0d8023c44e9b644b7040042ac /tests/README.md
parentb27bba5cedbe552b2a406e051de293c677c2b9a7 (diff)
downloadbison-77a8b84fc8bbe39dc231a1f657fd56a50fac5855.tar.gz
tests: provide check-examples and check-tests
* examples/local.mk (check-examples): New. * tests/local.mk (check-tests): New. * README-hacking.md: Document them.
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/README.md b/tests/README.md
index 53d1a2bf..aa409a54 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -7,11 +7,12 @@ define a number of other macros to:
- what skeleton is used
# Keywords
-The following keywords are used to label tests. Please follow them
-and avoid creating synonyms.
+The following keywords are used to label tests (with
+AT_KEYWORDS([[category]])). Please follow them and avoid creating
+synonyms.
- action
- api.value.type
-- c++
+- c++: c++ language
- cex: counterexamples.
- d: d language
- deprec: deprecated features.
@@ -23,7 +24,7 @@ and avoid creating synonyms.
- %merge
- multistart
- push
-- report
+- report: for automaton dumps
- %union
- variant