]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/merge/runvalgrind.sh
improving raw qa making
[u/mrichter/AliRoot.git] / test / merge / runvalgrind.sh
CommitLineData
3928b038 1#!/bin/sh
2rm -f */*.root */*.dat */*.log */fort* */hough */hlt */*~
3cd ./backgr
4valgrind --error-limit=no --leak-check=full aliroot -b -q sim.C\(1\) 2>&1 | tee sim.log
5valgrind --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