Added a test tag for the test suite
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Oct 2001 13:53:38 +0000 (13:53 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Oct 2001 13:53:38 +0000 (13:53 +0000)
PHOS/Makefile

index 05932686ed45c2cbeaf3412b077415157e2bf1ed..4119e28fca1dd0b18b45e094d558005be24170ac 100644 (file)
@@ -77,18 +77,26 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 -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