]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/pploadlibs/runtest.sh
Replace the PHOS version from IHEP to Run1 and fix the compilation, when possibletest...
[u/mrichter/AliRoot.git] / test / pploadlibs / runtest.sh
CommitLineData
a27fe1c4 1#!/bin/sh
2
3if [ "$ALICE_TARGET" = "win32gcc" ]
4 then
5 REXE=root_exe.exe
6else
7 REXE=root.exe
8fi
9
3171e607 10rm -rf *.root *.dat *.log fort* hlt hough raw* *~ GRP
a27fe1c4 11
3171e607 12${REXE} -b -q runsim.C 2>&1 | tee sim.log
d836ed9f 13mv syswatch.log simwatch.log
3171e607 14${REXE} -b -q runrec.C 2>&1 | tee rec.log
d836ed9f 15mv syswatch.log recwatch.log
3171e607 16${REXE} -b -q aod.C 2>&1 | tee aod.log
17${REXE} -b -q runcheck.C 2>&1 | tee check.log
a27fe1c4 18
19
20