antlr/runtime-testsuite
Jason van Zyl 46202d98a2 Integrating tests for all supported targets
- A profile "rts" has been created which runs the integration tests. By default the the project containing the runtimes tests will not run so that users casually checking out and building the project do not have to install the tools required to test all the supported Antlr targets.

- The base test classes that are required for running the integration tests are downloaded from the other Antlr repos, dynamically added to the compile classpath and used by the currently checked in integration tests

To run the the full build with all the integration tests use the following:

mvn clean install -Prts
2015-06-24 13:45:40 -04:00
..
resources/org/antlr/v4/test/runtime/templates fix failing tests generation 2015-06-22 12:34:19 -07:00
src/org/antlr/v4/testgen added a comment and removed redundant array creation from varargs. 2015-06-18 13:40:48 -07:00
test/org/antlr/v4/test/runtime Integrating tests for all supported targets 2015-06-24 13:45:40 -04:00
get.sh Integrating tests for all supported targets 2015-06-24 13:45:40 -04:00
pom.xml Integrating tests for all supported targets 2015-06-24 13:45:40 -04:00