forked from jasder/antlr
499d9d3f89
* 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 |
||
---|---|---|
.. | ||
resources/org/antlr/v4/test/runtime | ||
src/org/antlr/v4/testgen | ||
test/org/antlr/v4/test/runtime | ||
README.md | ||
pom.xml |
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.