]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/pploadlibs/runtest.sh
Root6-enabled version
[u/mrichter/AliRoot.git] / test / pploadlibs / runtest.sh
index c8822ebf6557abea2ce0d3a6daa7a8d2f2b8a1e9..11681dbfd47c6a5f8d0d908108f5507caaf5a4da 100755 (executable)
@@ -7,14 +7,14 @@ else
     REXE=root.exe
 fi
 
-rm -rf *.root *.dat *.log fort* hlt hough raw* *~
+rm -rf *.root *.dat *.log fort* hlt hough raw* *~ GRP
 
-${REXE} -b -q sim.C      2>&1 | tee sim.log
+${REXE} -b -q runsim.C      2>&1 | tee sim.log
 mv syswatch.log simwatch.log
-${REXE} -b -q rec.C      2>&1 | tee rec.log
+${REXE} -b -q runrec.C      2>&1 | tee rec.log
 mv syswatch.log recwatch.log
-${REXE} -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
-
+${REXE} -b -q aod.C 2>&1 | tee aod.log
+${REXE} -b -q runcheck.C 2>&1 | tee check.log