antlr/runtime-testsuite
Eric Vergnaud 5c101e750e re-enable full csharp test suite 2015-09-19 02:43:28 +08:00
..
resources/org/antlr/v4/test/runtime Fix templates which were referring to a missing class 2015-09-03 23:18:58 +08: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 get errors from xbuild 2015-09-19 01:33:17 +08: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 re-enable full csharp test suite 2015-09-19 02:43:28 +08: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.