]> git.saurik.com Git - bison.git/blobdiff - tests/testsuite.at
tests: skip C++ tests that are too demanding for some compilers
[bison.git] / tests / testsuite.at
index 4c99513212b3d61280c17ddef142ff9fd2277524..47913addf1d7cab85d6e1f3ce2541011d98eca92 100644 (file)
@@ -63,17 +63,18 @@ m4_include([existing.at])
 # Some old bugs.
 m4_include([regression.at])
 
+# Push parsing specific tests.
+m4_include([push.at])
+
 # Some C++ specific tests.
 m4_include([c++.at])
 
 # And some Java specific tests.
 m4_include([java.at])
+m4_include([javapush.at])
 
 # GLR tests:
 # C++ types, simplified
 m4_include([cxx-type.at])
 # Regression tests
 m4_include([glr-regression.at])
-
-# Push parsing specific tests.
-m4_include([push.at])