antlr/runtime-testsuite
Mike Lischke 2254369bb7 Continuing effort to get Travis happy finally. 2016-11-08 17:14:21 +01:00
..
resources/org/antlr/v4/test/runtime Merge branch 'master_upstream' 2016-11-07 11:19:12 +01:00
src/org/antlr/v4/testgen Merge branch 'master_upstream' 2016-11-07 11:16:02 +01:00
test/org/antlr/v4/test/runtime Merge branch 'master_upstream' 2016-11-07 11:19:12 +01: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 Continuing effort to get Travis happy finally. 2016-11-08 17:14:21 +01: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.