From d33773c85007be368f61acd6bac98aeb2978a0dc Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Wed, 25 Jul 2018 11:27:11 +0200 Subject: [PATCH] [test,cxxmodules] stressMathMore depends on Smatrix. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c5ae87d6c0e..a3cfae4f924 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -170,7 +170,7 @@ endif() #--stressMathMore---------------------------------------------------------------------------------- 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-interpreted COMMAND ${ROOT_root_CMD} -b -q -l ${CMAKE_CURRENT_SOURCE_DIR}/stressMathMore.cxx FAILREGEX "FAILED|Error in" DEPENDS test-stressmathmore TIMEOUT 1800) -- GitLab