having new variable 'inter' in-between "reorder/antialias" and "hybrid" in order...
[IRC.git] / Robust / src / Tests / dotest
1 #!/bin/bash
2 ARG1=$1
3 ARG2=$2
4 shift
5 shift
6
7 dir=`pwd`
8
9 echo Doing Test $ARG1
10 ../buildscript -mac -64bit -debug -joptimize -robustroot ${dir}/../ -mainclass $ARG1 $ARG2 -o $ARG1
11 $ARG1.bin $@ &> output/$ARG1.output
12 diff output/$ARG1.output output/$ARG1.output.goal
13 rm $ARG1.bin