This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Tests / dotest
diff --git a/Robust/src/Tests/dotest b/Robust/src/Tests/dotest
deleted file mode 100755 (executable)
index 20ed204..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-ARG1=$1
-ARG2=$2
-shift
-shift
-
-dir=`pwd`
-
-echo Doing Test $ARG1
-../buildscript -robustroot ${dir}/../ -mainclass $ARG1 $ARG2 -o $ARG1 &>/dev/null
-$ARG1.bin $@ &> output/$ARG1.output
-diff output/$ARG1.output output/$ARG1.output.goal
-rm $ARG1.bin