forked from jasder/antlr
6e780c90bb
the old paths contained a / at the beginning of the path e.g. "/C:/" but the expected path is "C:/" and due to this all test for the targets javascript, python and c# failed on windows. |
||
---|---|---|
.. | ||
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.