]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - test/genkine/runtest.sh
correct coding violations
[u/mrichter/AliRoot.git] / test / genkine / runtest.sh
... / ...
CommitLineData
1#!/bin/sh
2rm -rf */*.root */*.log */*.dat
3cd ./gen
4aliroot -b -q rungen.C\(5\) 2>&1 | tee gen.log
5chmod a-w *.root
6cd ../sim
7aliroot -b -q sim.C\(5\) 2>&1 | tee sim.log
8aliroot -b -q rec.C 2>&1 | tee rec.log
9
10