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 echo Doing Test $ARG1
8 ../buildscript -mainclass $ARG1 $ARG2 -o $ARG1 &>/dev/null
9 $ARG1.bin $@ &> output/$ARG1.output
10 diff output/$ARG1.output output/$ARG1.output.goal
11 rm $ARG1.bin