]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - prod/fpprod/runtest.sh
Removing obsolete macros
[u/mrichter/AliRoot.git] / prod / fpprod / runtest.sh
diff --git a/prod/fpprod/runtest.sh b/prod/fpprod/runtest.sh
deleted file mode 100755 (executable)
index 0b175ca..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-if [ "$ALICE_TARGET" = "win32gcc" ]
-    then
-    REXE=root_exe.exe
-else
-    REXE=aliroot
-fi
-
-
-rm -rf *.root *.dat *.log fort* hlt hough raw* *.inp *.o
-${REXE} -b -q sim.C      2>&1 | tee sim.log
-mv syswatch.log simwatch.log
-${REXE} -b -q rec.C      2>&1 | tee rec.log
-mv syswatch.log recwatch.log
-${REXE} -b -q check.C 2>&1 | tee check.log
-${REXE} -b -q aod.C 2>&1 | tee aod.log
-
-
-
-