antlr/runtime-testsuite
Peter Boyer 92b8f9f891 Various test fixes 2016-01-19 10:44:16 -05:00
..
resources/org/antlr/v4/test/runtime Various test fixes 2016-01-19 10:44:16 -05:00
src/org/antlr/v4/testgen Some of the runtime-testsuite tests now pass 2016-01-04 14:57:47 -05:00
test/org/antlr/v4/test/runtime Various test fixes 2016-01-19 10:44:16 -05:00
README.md Add a command and README.md for the generation of the runtime test harness. 2015-06-29 18:09:39 -07:00
pom.xml Numerous test fixes 2016-01-08 09:28:38 -05:00

README.md

Runtime Test Suite

If you are tweaking the runtime test suite generator you can regenerate them using the following command:

mvn -Pgen generate-test-sources

This will generate the runtime test harness classes into the test directory where they can be checked in.