This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] /
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 -robustroot ${dir}/../ -mainclass $ARG1 $ARG2 -o $ARG1 &>/dev/null
11 $ARG1.bin $@ &> output/$ARG1.output
12 diff output/$ARG1.output output/$ARG1.output.goal
13 rm $ARG1.bin