antlr/runtime-testsuite
Mike Lischke 5489ad2ac6 A few changes in test files after running the test generator (mostly reordered tests). 2016-05-04 10:14:24 +02:00
..
resources/org/antlr/v4/test/runtime Add ability to set parse tree internal node super class with option contextSuperClass. Provide impl in Java target that has altNum backing field. Add test across targets to set/get alt num. Fixes #1152. 2016-03-30 11:00:47 -07:00
src/org/antlr/v4/testgen fix TestGenerator unclear path detection, enable generation of all targets except javascript browsers 2015-09-17 02:50:09 +08:00
test/org/antlr/v4/test/runtime A few changes in test files after running the test generator (mostly reordered tests). 2016-05-04 10:14:24 +02: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 2016-03-30 16:25:49 -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.