Skip to content

Commit bdf9531

Browse files
committed
Add stressgraphics-cef test
Enabled only when CEF build
1 parent a81bf9a commit bdf9531

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ if(opengl AND TARGET TreeViewer)
184184
FAILREGEX "FAILED|Error in"
185185
LABELS longtest)
186186
endif()
187+
if(webgui AND TARGET ROOTCefDisplay)
188+
ROOT_ADD_TEST(test-stressgraphics-cef
189+
RUN_SERIAL
190+
COMMAND stressGraphics -b -k -p=sgk --web=cef
191+
FAILREGEX "FAILED|Error in"
192+
LABELS longtest)
193+
endif()
187194
endif()
188195

189196
#--stressHistogram------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)