new script file to run compiler...this one uses options and combines
[IRC.git] / Robust / src / Tests / dotest
index c724ccf8014e546b262238806e2a56f140740301..3681a9204effbb1e813ff8ba6e1eaa4fbb84b989 100755 (executable)
@@ -5,7 +5,7 @@ shift
 shift
 
 echo Doing Test $ARG1
-../buildscript $ARG1 $ARG2 &>/dev/null
+../buildscript -mainclass $ARG1 $ARG2 -o $ARG1 &>/dev/null
 $ARG1.bin $@ &> output/$ARG1.output
 diff output/$ARG1.output output/$ARG1.output.goal
 rm $ARG1.bin