antlr/runtime-testsuite
Jason van Zyl 398f7fcf53 Run all Java target tests by default
And we will use the "tests" profile to initiate the tests for the rest of the targets.
2015-06-29 22:03:16 -04: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 Run all Java target tests by default 2015-06-29 22:03:16 -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.