]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITStestV2.sh
Merge branch 'master' of http://git.cern.ch/pub/AliRoot
[u/mrichter/AliRoot.git] / ITS / AliITStestV2.sh
CommitLineData
36b476d7 1#!/bin/sh
2
36b476d7 3
4# run TPC
5aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
6
7# run ITS
8aliroot -q -b "$ALICE_ROOT/ITS/AliITStestV2.C"
9
10