]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/pploadlibs/runtest.sh
Using EMCAL_COMPLETE by default (Jennifer)
[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
10rm -rf *.root *.dat *.log fort* hlt hough raw* *~
11
12${REXE} -b -q sim.C 2>&1 | tee sim.log
13${REXE} -b -q rec.C 2>&1 | tee rec.log
14${REXE} -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
15
16
17
18