Skip to content
Snippets Groups Projects
Commit 3fb1f985 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[cxxmodules] Remove workarounds in test.

parent 9cfdb8ad
No related merge requests found
......@@ -92,12 +92,9 @@ ROOT_EXECUTABLE(bench bench.cxx LIBRARIES Core TBench)
ROOT_ADD_TEST(test-bench COMMAND bench LABELS longtest)
#--stress------------------------------------------------------------------------------------
# FIXME: Temporary workaround for runtime_cxxmodule
if(NOT FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES)
ROOT_EXECUTABLE(stress stress.cxx LIBRARIES Event Core Hist RIO Tree Gpad Postscript)
ROOT_ADD_TEST(test-stress COMMAND stress -b FAILREGEX "FAILED|Error in"
DEPENDS test-event LABELS longtest)
endif()
#--stressShapes------------------------------------------------------------------------------------
ROOT_EXECUTABLE(stressShapes stressShapes.cxx LIBRARIES Geom Tree GenVector Gpad)
......@@ -194,8 +191,6 @@ ROOT_ADD_TEST(test-stressmathcore-interpreted COMMAND ${ROOT_root_CMD} -b -q -l
FAILREGEX "FAILED|Error in" DEPENDS test-stressmathcore)
#--stressRooFit----------------------------------------------------------------------------------
# FIXME: Temporary workaround for runtime_cxxmodule
if(NOT FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES)
if(ROOT_roofit_FOUND)
ROOT_EXECUTABLE(stressRooFit stressRooFit.cxx LIBRARIES RooFit)
configure_file(stressRooFit_ref.root stressRooFit_ref.root COPYONLY)
......@@ -205,7 +200,6 @@ if(ROOT_roofit_FOUND)
add_subdirectory(fit)
endif()
endif()
#--stressRooStats----------------------------------------------------------------------------------
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