Skip to content
Snippets Groups Projects
Commit d5cc231b authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Fix stressMathCore aux library name in the rootmap

The test was failing because of this mismatch.
parent ef8ea276
Branches
Tags
No related merge requests found
...@@ -139,7 +139,7 @@ if(ROOT_mathmore_FOUND) ...@@ -139,7 +139,7 @@ if(ROOT_mathmore_FOUND)
endif() endif()
#--stressMathCore---------------------------------------------------------------------------------- #--stressMathCore----------------------------------------------------------------------------------
ROOT_GENERATE_DICTIONARY(TrackMathCoreDictionary ${CMAKE_CURRENT_SOURCE_DIR}/TrackMathCore.h MODULE TrackMathCoreDictionary LINKDEF TrackMathCoreLinkDef.h) ROOT_GENERATE_DICTIONARY(TrackMathCoreDictionary ${CMAKE_CURRENT_SOURCE_DIR}/TrackMathCore.h MODULE TrackMathCoreDict LINKDEF TrackMathCoreLinkDef.h)
ROOT_LINKER_LIBRARY(TrackMathCoreDict TrackMathCoreDictionary.cxx LIBRARIES Core MathCore RIO GenVector) ROOT_LINKER_LIBRARY(TrackMathCoreDict TrackMathCoreDictionary.cxx LIBRARIES Core MathCore RIO GenVector)
ROOT_EXECUTABLE(stressMathCore stressMathCore.cxx LIBRARIES MathCore Hist RIO Tree GenVector) ROOT_EXECUTABLE(stressMathCore stressMathCore.cxx LIBRARIES MathCore Hist RIO Tree GenVector)
ROOT_ADD_TEST(test-stressmathcore COMMAND stressMathCore FAILREGEX "FAILED|Error in") ROOT_ADD_TEST(test-stressmathcore COMMAND stressMathCore FAILREGEX "FAILED|Error in")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment