antlr/runtime-testsuite
Mike Lischke b9c28d8c9c Signficantly simplified Token handling.
In order to lower the overhead when passing around Token instances via smart pointers and because the ownership is clear (token streams own them), these instances can be passed as raw pointers.
2016-06-13 13:12:02 +02:00
..
resources/org/antlr/v4/test/runtime Signficantly simplified Token handling. 2016-06-13 13:12:02 +02:00
src/org/antlr/v4/testgen Updated runtime tests with updated generation templates. 2016-05-06 19:33:13 -07:00
test/org/antlr/v4/test/runtime Signficantly simplified Token handling. 2016-06-13 13:12:02 +02: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 Returned other tests to active duty. 2016-05-06 20:19:48 -07: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.