]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/merge/runvalgrind.sh
Revert commit 32313: back to 20 simulated events
[u/mrichter/AliRoot.git] / test / merge / runvalgrind.sh
1 #!/bin/sh
2 rm -f */*.root */*.dat */*.log */fort* */hough */hlt */*~
3 cd ./backgr
4 valgrind --error-limit=no --leak-check=full aliroot -b -q sim.C\(1\) 2>&1 | tee sim.log
5 valgrind --error-limit=no --leak-check=full aliroot -b -q rec.C      2>&1 | tee rec.log
6 #chmod a-w *.root
7 #cd ../signal
8 #valgrind --error-limit=no --leak-check=full aliroot -b -q sim.C\(3\) 2>&1 | tee sim.log
9 #valgrind --error-limit=no --leak-check=full aliroot -b -q rec.C      2>&1 | tee rec.log
10
11