]> git.saurik.com Git - bison.git/blobdiff - tests/testsuite.at
api.value.type: implement proper support, check, and document
[bison.git] / tests / testsuite.at
index f11866b728b7bac5dcb7e5ca028292c83a6cd7b6..4c99513212b3d61280c17ddef142ff9fd2277524 100644 (file)
@@ -35,6 +35,9 @@ m4_include([sets.at])
 # Testing grammar reduction.
 m4_include([reduce.at])
 
+# Testing conflicts detection and resolution.
+m4_include([conflicts.at])
+
 # Testing that #lines are correct.
 m4_include([synclines.at])
 
@@ -44,8 +47,8 @@ m4_include([headers.at])
 # Testing that user actions are properly performed.
 m4_include([actions.at])
 
-# Testing conflicts detection and resolution.
-m4_include([conflicts.at])
+# Testing semantic types support.
+m4_include([types.at])
 
 # Fulling testing (compilation and execution of the parser) on calc.
 m4_include([calc.at])