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 3681a92..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-ARG1=$1
-ARG2=$2
-shift
-shift
-
-echo Doing Test $ARG1
-../buildscript -mainclass $ARG1 $ARG2 -o $ARG1 &>/dev/null
-$ARG1.bin $@ &> output/$ARG1.output
-diff output/$ARG1.output output/$ARG1.output.goal
-rm $ARG1.bin