antlr/runtime-testsuite
parrt 62badff2e8 Pull again from parrt's branch 'model-updates-for-new-targets'. tests pass. 2016-11-05 09:30:46 -07:00
..
resources/org/antlr/v4/test/runtime Pull in parrt's branch 'model-updates-for-new-targets' which appears to have freshened some non Go stuff as well. Simplify Go filename construction. 2016-11-05 08:48:37 -07:00
src/org/antlr/v4/testgen Fix test case build errors 2016-07-06 09:02:42 -07:00
test/org/antlr/v4/test/runtime Pull again from parrt's branch 'model-updates-for-new-targets'. tests pass. 2016-11-05 09:30:46 -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 Remove JavaScript PORT_DEBUG, re-enable runtime tests for other language targets (#69) 2016-10-13 17:06:22 -04: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.