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