Jason van Zyl
8beec18283
Add Maven build
...
Account for the following:
- deploying snapshots to OSSRH
- releasing to Maven Central
- Shaded JAR including the treelayout dependency
- OSGi manifest
- remove Eclipse IDE metadata for clean import
- remove IDEA IDE metadata for clean import
2015-06-19 11:13:24 -07:00
Sam Harwell
e355fc44e2
Extracted code generation portion of test suite generator to a separate artifact
2015-06-01 16:20:32 -05:00
Sam Harwell
23cdb2ee8f
Merge branch 'test-generation' into parrt_master
2015-06-01 14:45:54 -05:00
Sam Harwell
131599af1a
Fix incorrect interpretation of test ListLabelForClosureContext
2015-05-22 15:39:08 -05:00
Sam Harwell
ae52f2708a
Fix incorrect reinterpretation of ReferenceToATN test
2015-05-22 15:38:34 -05:00
Sam Harwell
0fcba25d4e
Add missing test DuplicatedLeftRecursiveCall_4
2015-05-22 15:37:34 -05:00
Sam Harwell
a2d0995a37
Update debug option for tests
2015-05-22 15:37:13 -05:00
Sam Harwell
763906a2d7
Add original documentation back to test definitions
2015-05-22 15:35:57 -05:00
Sam Harwell
b3e74e4897
Make template visualization optional (disabled by default)
2015-05-22 15:32:58 -05:00
Sam Harwell
8dce2d5fb5
TestCompositeParsers for Java is working
2015-05-22 15:32:56 -05:00
Sam Harwell
cd89df9109
TestSets for Java is working
2015-05-22 15:32:55 -05:00
Sam Harwell
99dcf93206
TestFullContextParsing for Java is working
2015-05-22 15:32:54 -05:00
Sam Harwell
4fa9ed5a6b
TestParserExec for Java is working
2015-05-22 15:32:54 -05:00
Sam Harwell
c9c32c2c4f
TestLeftRecursion for Java is working
2015-05-22 15:32:53 -05:00
Sam Harwell
6890d0bfdd
TestLexerErrors for Java is working
2015-05-22 15:32:52 -05:00
Sam Harwell
9ce5efc570
TestListeners for Java is working
2015-05-22 15:32:51 -05:00
Sam Harwell
113b72da53
TestParserErrors for Java is working
2015-05-22 15:32:50 -05:00
Sam Harwell
c11b384b1d
TestSemPredEvalLexer for Java is working
2015-05-22 15:32:49 -05:00
Sam Harwell
98bb519f8a
TestSemPredEvalParser for Java is working
2015-05-22 15:32:49 -05:00
Sam Harwell
42ba8c4530
TestLexerExec for Java is working
2015-05-22 15:32:48 -05:00
Sam Harwell
4ec94e0fae
TestParseTrees for Java is working
2015-05-22 15:32:47 -05:00
Sam Harwell
039bd22b67
TestCompositeLexers for Java is working
2015-05-22 15:32:46 -05:00
Sam Harwell
90763e5ae2
Rewrite test generator as a Maven plugin that generates tests as part of the build
...
This commit only updates the "TestSets" collection of tests to use the new framework.
2015-05-22 15:32:06 -05:00