From 9260b3c51e63bd87543f39d15866e37ea0c23a68 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 14 Jun 2018 11:24:13 +0100 Subject: [PATCH] Revert "Disable unit test which fails to compile on the CI system." This reverts commit e6cdf966ff10d875ceaf65c85356ed7732b585a4. [11:18] it should be okay to restore --- autotests/integration/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/integration/CMakeLists.txt b/autotests/integration/CMakeLists.txt index dca17779b9..dde39ee8b0 100644 --- a/autotests/integration/CMakeLists.txt +++ b/autotests/integration/CMakeLists.txt @@ -72,7 +72,7 @@ if (XCB_ICCCM_FOUND) integrationTest(NAME testQuickTiling SRCS quick_tiling_test.cpp LIBS XCB::ICCCM) integrationTest(NAME testGlobalShortcuts SRCS globalshortcuts_test.cpp LIBS XCB::ICCCM) integrationTest(NAME testSceneQPainter SRCS scene_qpainter_test.cpp LIBS XCB::ICCCM) - #integrationTest(NAME testSceneQPainterShadow SRCS scene_qpainter_shadow_test.cpp LIBS XCB::ICCCM) + integrationTest(NAME testSceneQPainterShadow SRCS scene_qpainter_shadow_test.cpp LIBS XCB::ICCCM) if (KWIN_BUILD_ACTIVITIES) integrationTest(NAME testActivities SRCS activities_test.cpp LIBS XCB::ICCCM)