Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@ if(opengl AND TARGET TreeViewer)
FAILREGEX "FAILED|Error in"
LABELS longtest)
endif()
if(webgui AND TARGET ROOTCefDisplay)
ROOT_ADD_TEST(test-stressgraphics-cef
RUN_SERIAL
COMMAND stressGraphics -b -k -p=sgk --web=cef
FAILREGEX "FAILED|Error in"
LABELS longtest)
endif()
endif()

#--stressHistogram------------------------------------------------------------------------------------
Expand Down
Loading