diff --git a/.github/workflows/root-ci-config/buildconfig/fedora44.txt b/.github/workflows/root-ci-config/buildconfig/fedora44.txt index b4c72b29cadc9..fba17f621c4bc 100644 --- a/.github/workflows/root-ci-config/buildconfig/fedora44.txt +++ b/.github/workflows/root-ci-config/buildconfig/fedora44.txt @@ -4,3 +4,4 @@ pythia8=ON roofit_multiprocess=ON test_distrdf_pyspark=OFF vdt=OFF +cefweb=ON diff --git a/.github/workflows/root-ci-config/buildconfig/opensuse16-march_native.txt b/.github/workflows/root-ci-config/buildconfig/opensuse16-march_native.txt index 84a16099e3d59..ea7913c1ca4ed 100644 --- a/.github/workflows/root-ci-config/buildconfig/opensuse16-march_native.txt +++ b/.github/workflows/root-ci-config/buildconfig/opensuse16-march_native.txt @@ -11,3 +11,4 @@ test_distrdf_pyspark=OFF tmva-pymva=ON tmva-sofie=ON pythia8=OFF +cefweb=ON diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 48eb5d873b1f9..10d085df4d12b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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------------------------------------------------------------------------------------