I am working on the Objective-C runtime for ST4. I am having trouble at the 
moment with TestDictionaries (testDictValuesAreTemplates).

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 TestDictionaries.gunit that says "gunit 
TestDictionaries;"
I tried running it with this command:
java org.antlr.gunit.Interp TestDictionaries.gunit

and got the following result:
-----------------------------------------------------------------------
executing testsuite for grammar:TestDictionaries with 0 tests
-----------------------------------------------------------------------
0 failures found:
Tests run: 0, Failures: 0

It seems obvious that I somehow need to tell it what tests to run, but the 
question is how do I do that?

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

Reply via email to