We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81bf9a commit bdf9531Copy full SHA for bdf9531
1 file changed
test/CMakeLists.txt
@@ -184,6 +184,13 @@ if(opengl AND TARGET TreeViewer)
184
FAILREGEX "FAILED|Error in"
185
LABELS longtest)
186
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()
194
195
196
#--stressHistogram------------------------------------------------------------------------------------
0 commit comments