If I say "perl Zcode/t/harness" I want it to run "parrot Zcode/z3.imc testfile.z3". My current problem is that z3.imc includes a file z3main.imc. So the above command breaks because z3.imc can't find the include file. If this were Perl, I would just say "Perl-IZcode Zcode/z3.imc testfile.z3". But I can't seem to do that in Parrot. Does parrot really look only in the lib directory and nowhere else for .imc includes? Or am I doing this incorrectly?
-Amir