Skip to content
Snippets Groups Projects
Commit 6c3379a4 authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

   In test/stressProof.cxx:
   - Add possibility to pass a sibset of control options via environment variables;
     the variables names are in the form STRESSPROOF_xxxx and are documented by
     './stressProof -h'.
   - Add possibility to pickup the tutorials source files from a directory other
     the $ROOTSYS/tutorials (switch -tut, env STRESSPROOF_TUTORIALDIR)
   - Minor optimizations

   In test/Makefile:
   - Add -I$ROOTSYS/tutorials when compiling stressProof.cxx so that it can be build
     from any location of 'test', i.e. not necessarly from $ROOTSYS/test .


git-svn-id: http://root.cern.ch/svn/root/trunk@43984 27541ba8-7e3a-0410-8455-c3a389f83636
parent b1331080
No related branches found
No related tags found
No related merge requests found
......@@ -765,6 +765,9 @@ TrackMathCoreDict.$(SrcSuf): TrackMathCore.h TrackMathCoreLinkDef.h
@echo "Generating dictionary $@ using rootcint ..."
$(ROOTCINT) -f $@ -c $^
stressProof.$(ObjSuf): stressProof.$(SrcSuf)
$(CXX) $(CXXFLAGS) -I$(ROOTSYS)/tutorials -c $<
TrackMathCoreRflx.$(SrcSuf): TrackMathCore.h TrackMathCoreRflx.xml
@echo "Generating dictionary $@ using gccxml ..."
genreflex TrackMathCore.h --selection_file=TrackMathCoreRflx.xml -o TrackMathCoreRflx.cxx -I$(ROOTSYS)/include
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment