forked from jasder/antlr
b9c28d8c9c
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. |
||
---|---|---|
.. | ||
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.