I am working on the Objective-C runtime for ST4. I am having trouble at the moment with TestLists (testListLiteralWithEmptyElements).
I need to be able to run the tests under java to compare my results with the results under java to see if I can narrow down the source of the problem. I created a script file TestLists.gunit that says "gunit TestLists;" I tried running it with this command: java org.antlr.gunit.Interp TestLists.gunit and got the following result: ----------------------------------------------------------------------- executing testsuite for grammar:TestLists with 0 tests ----------------------------------------------------------------------- 0 failures found: Tests run: 0, Failures: 0 HELP!!!!! Can someone tell me the correct java command to execute the test "testListLiteralWithEmptyElements" from the file testLists.java? Alan --- Alan Condit 1085 Tierra Ct. Woodburn, OR 97071 Email -- acon...@ipns.com Home-Office (503) 982-0906 _______________________________________________ antlr-dev mailing list antlr-dev@antlr.org http://www.antlr.org/mailman/listinfo/antlr-dev