]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/pploadlibs/runtest.sh
updates from Salvatore
[u/mrichter/AliRoot.git] / test / pploadlibs / runtest.sh
1 #!/bin/sh
2
3 if [ "$ALICE_TARGET" = "win32gcc" ]
4     then
5     REXE=root_exe.exe
6 else
7     REXE=root.exe
8 fi
9
10 rm -rf *.root *.dat *.log fort* hlt hough raw* *~
11
12 ${REXE} -b -q sim.C      2>&1 | tee sim.log
13 mv syswatch.log simwatch.log
14 ${REXE} -b -q rec.C      2>&1 | tee rec.log
15 mv syswatch.log recwatch.log
16 ${REXE} -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
17
18
19
20