From: schutz Date: Fri, 5 Oct 2001 13:53:38 +0000 (+0000) Subject: Added a test tag for the test suite X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=846bacec3b132c25cd8434dc7248a571d4e2ed65 Added a test tag for the test suite --- diff --git a/PHOS/Makefile b/PHOS/Makefile index 05932686ed4..4119e28fca1 100644 --- a/PHOS/Makefile +++ b/PHOS/Makefile @@ -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