]> git.saurik.com Git - bison.git/blobdiff - tests/testsuite.at
Add test glr-regr1.at to check for incorrect collapsing of states during
[bison.git] / tests / testsuite.at
index 5cc586e4ccb73330e58d18c6c2921f59ec98857a..9991296c23e7e99eed7b8357ba3467c4840ff75f 100644 (file)
@@ -77,5 +77,8 @@ m4_include([existing.at])
 # Some old bugs.
 m4_include([regression.at])
 
-# GLR tests: C++ types, simplified
+# GLR tests: 
+# C++ types, simplified
 m4_include([cxx-type.at])
+# Regression test for state-folding optimization
+m4_include([glr-regr1.at])