Skip to content

Commit

Permalink
Enable test-stressgraphics-chrome
Browse files Browse the repository at this point in the history
For testing purposes only
  • Loading branch information
linev committed Oct 16, 2024
1 parent 2e0fb9f commit f971004
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,14 @@ if(ROOT_opengl_FOUND)
COMMAND ${ROOT_root_CMD} -b -q -l ${CMAKE_CURRENT_SOURCE_DIR}/stressGraphics.cxx
FAILREGEX "FAILED|Error in"
DEPENDS test-stressgraphics)
# if(CHROME_EXECUTABLE)
# ROOT_ADD_TEST(test-stressgraphics-chrome
# RUN_SERIAL
# ENVIRONMENT LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib:$ENV{LD_LIBRARY_PATH}
# COMMAND stressGraphics -b -k -p=sgc --web=chrome
# FAILREGEX "FAILED|Error in"
# LABELS longtest)
# endif()
if(CHROME_EXECUTABLE)
ROOT_ADD_TEST(test-stressgraphics-chrome
RUN_SERIAL
ENVIRONMENT LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib:$ENV{LD_LIBRARY_PATH}
COMMAND stressGraphics -b -k -p=sgc --web=chrome
FAILREGEX "FAILED|Error in"
LABELS longtest)
endif()
# if(FIREFOX_EXECUTABLE AND NOT APPLE AND NOT MSVC)
# ROOT_ADD_TEST(test-stressgraphics-firefox
# RUN_SERIAL
Expand Down

0 comments on commit f971004

Please sign in to comment.