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