Skip to content
Snippets Groups Projects
Commit aada2afc authored by Oksana Shadura's avatar Oksana Shadura Committed by Oksana Shadura
Browse files

Add back excluded tests for C++ modules

parent 0b83d085
No related branches found
No related tags found
No related merge requests found
...@@ -285,8 +285,6 @@ ROOT_ADD_TEST(test-stressiterators-interpreted COMMAND ${ROOT_root_CMD} -b -q -l ...@@ -285,8 +285,6 @@ ROOT_ADD_TEST(test-stressiterators-interpreted COMMAND ${ROOT_root_CMD} -b -q -l
FAILREGEX "FAILED|Error in" DEPENDS test-stressiterators) FAILREGEX "FAILED|Error in" DEPENDS test-stressiterators)
#--stressInterpreter------------------------------------------------------------------------- #--stressInterpreter-------------------------------------------------------------------------
# FIXME: Temporary workaround for runtime_cxxmodule
if(NOT FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES)
ROOT_EXECUTABLE(stressInterpreter stressInterpreter.cxx LIBRARIES Core) ROOT_EXECUTABLE(stressInterpreter stressInterpreter.cxx LIBRARIES Core)
if(WIN32) if(WIN32)
set(cleantmpfiles POSTCMD cmd /c del AutoDict_*) set(cleantmpfiles POSTCMD cmd /c del AutoDict_*)
...@@ -296,7 +294,6 @@ ROOT_ADD_TEST(test-stressinterpreter COMMAND stressInterpreter ...@@ -296,7 +294,6 @@ ROOT_ADD_TEST(test-stressinterpreter COMMAND stressInterpreter
$<TARGET_FILE_DIR:stressInterpreter>/stressInterpreter.cxx $<TARGET_FILE_DIR:stressInterpreter>/stressInterpreter.cxx
${cleantmpfiles} ${cleantmpfiles}
FAILREGEX Error|FAILED) FAILREGEX Error|FAILED)
endif()
#--stressHepix------------------------------------------------------------------------------- #--stressHepix-------------------------------------------------------------------------------
ROOT_EXECUTABLE(stressHepix stressHepix.cxx LIBRARIES Core) ROOT_EXECUTABLE(stressHepix stressHepix.cxx LIBRARIES Core)
......
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