antlr/runtime-testsuite
Peter Boyer 499d9d3f89 Print test arrays in java style (#50)
* Print string rule invocation stack array in java style

* regen runtime tests

* Another array print fix

* Fixes to print array of terminal nodes:

* regen tests
2016-10-05 14:52:42 -04:00
..
resources/org/antlr/v4/test/runtime Print test arrays in java style (#50) 2016-10-05 14:52:42 -04: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 Print test arrays in java style (#50) 2016-10-05 14:52:42 -04: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 Numerous test fixes 2016-01-08 09:28:38 -05: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.