Skip to content
Snippets Groups Projects
Commit d33773c8 authored by Axel Naumann's avatar Axel Naumann
Browse files

[test,cxxmodules] stressMathMore depends on Smatrix.

parent ecfa7bd8
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ endif() ...@@ -170,7 +170,7 @@ endif()
#--stressMathMore---------------------------------------------------------------------------------- #--stressMathMore----------------------------------------------------------------------------------
if(ROOT_mathmore_FOUND) if(ROOT_mathmore_FOUND)
ROOT_EXECUTABLE(stressMathMore stressMathMore.cxx LIBRARIES MathMore) ROOT_EXECUTABLE(stressMathMore stressMathMore.cxx LIBRARIES MathMore Smatrix)
ROOT_ADD_TEST(test-stressmathmore COMMAND stressMathMore FAILREGEX "FAILED|Error in") ROOT_ADD_TEST(test-stressmathmore COMMAND stressMathMore FAILREGEX "FAILED|Error in")
ROOT_ADD_TEST(test-stressmathmore-interpreted COMMAND ${ROOT_root_CMD} -b -q -l ${CMAKE_CURRENT_SOURCE_DIR}/stressMathMore.cxx ROOT_ADD_TEST(test-stressmathmore-interpreted COMMAND ${ROOT_root_CMD} -b -q -l ${CMAKE_CURRENT_SOURCE_DIR}/stressMathMore.cxx
FAILREGEX "FAILED|Error in" DEPENDS test-stressmathmore TIMEOUT 1800) FAILREGEX "FAILED|Error in" DEPENDS test-stressmathmore TIMEOUT 1800)
......
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