antlr/runtime-testsuite
parrt 3d181af904 [maven-release-plugin] prepare for next development iteration 2015-07-15 14:45:48 -07:00
..
resources/org/antlr/v4/test/runtime fix Node test gen 2015-06-29 18:09:37 -07:00
src/org/antlr/v4/testgen Enable the generation of the runtime tests 2015-06-29 18:09:39 -07:00
test/org/antlr/v4/test/runtime Add a command and README.md for the generation of the runtime test harness. 2015-06-29 18:09:39 -07: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 [maven-release-plugin] prepare for next development iteration 2015-07-15 14:45:48 -07: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.