antlr/runtime-testsuite
Mike Lischke 4a7ec859aa Simplified parse tree listener handling.
No need to use shared_ptr for management. Listeners are, like the other main classes (parser, lexer, input stream etc.) provided by the application and hence managed there.
2016-06-17 10:22:19 +02:00
..
resources/org/antlr/v4/test/runtime Simplified parse tree listener handling. 2016-06-17 10:22:19 +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 Simplified parse tree listener handling. 2016-06-17 10:22:19 +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 Revert "A few more places that no longer pass a shared_ptr around." 2016-06-15 13:30:37 +02: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.