-include tgt_$(ALICE_TARGET)/Make-depend
+
test:
@echo " ____________________________________________________________ "
@echo " "
@echo " Starting the test of the simulation/reconstruction software. Please don't take the warning messages into account. "
@echo " ____________________________________________________________ "
- @aliroot -b -q testsim.C > out
+ @aliroot -b -q "testsim.C(100)" > out
@aliroot -b -q testsimglobal.C > out
@rm out
@rm testPHOS.root
-
-
+test10:
+ @echo " ____________________________________________________________ "
+ @echo " "
+ @echo " Starting the test of the simulation/reconstruction software. Please don't take the warning messages into account. "
+ @echo " ____________________________________________________________ "
+ @aliroot -b -q "testsim.C(10)" > out
+ @aliroot -b -q testsimglobal.C > out
+ @rm out
+ @rm testPHOS.root