Skip to content
Snippets Groups Projects
Commit 18b93ca6 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

fix running test stressMathcore with cmake

parent 99dc16ef
No related branches found
No related tags found
No related merge requests found
......@@ -149,10 +149,10 @@ if(ROOT_mathmore_FOUND)
endif()
#--stressMathCore----------------------------------------------------------------------------------
if(ROOT_mathcore_FOUND)
ROOT_EXECUTABLE(stressMathCore stressMathCore.cxx LIBRARIES MathCore)
ROOT_ADD_TEST(test-stressmathcore COMMAND stressMathCore FAILREGEX "FAILED")
endif()
ROOT_GENERATE_DICTIONARY(TrackMathCoreDictionary ${CMAKE_CURRENT_SOURCE_DIR}/TrackMathCore.h MODULE TrackMathCoreDictionary LINKDEF TrackMathCoreLinkDef.h)
ROOT_LINKER_LIBRARY(TrackMathCoreDict TrackMathCoreDictionary.cxx LIBRARIES Core MathCore RIO GenVector)
ROOT_EXECUTABLE(stressMathCore stressMathCore.cxx LIBRARIES MathCore Hist RIO Tree GenVector)
ROOT_ADD_TEST(test-stressmathcore COMMAND stressMathCore FAILREGEX "FAILED")
#--stressRooFit----------------------------------------------------------------------------------
if(ROOT_roofit_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment