]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/pileup/runtest.sh
AliRsnReader:
[u/mrichter/AliRoot.git] / test / pileup / runtest.sh
CommitLineData
8498bdf5 1#!/bin/sh
2if [ "$ALICE_TARGET" = "win32gcc" ]
3 then
4 REXE=root_exe.exe
5else
6 REXE=aliroot
7fi
8
9
10rm -rf *.root *.dat *.log fort* hlt hough raw* *.inp *.o
11${REXE} -b -q sim.C 2>&1 | tee sim.log
12mv syswatch.log simwatch.log
13${REXE} -b -q rec.C 2>&1 | tee rec.log
14mv syswatch.log recwatch.log
15${REXE} -b -q check.C 2>&1 | tee check.log
16${REXE} -b -q aod.C 2>&1 | tee aod.log
17
18
19
20