From 1f2a060a5e53bc3a8b150e2b49a2b21db1d1d65f Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 2 May 2023 15:08:07 +0300 Subject: [PATCH] autotests: Remove WAYLAND_ONLY leftovers --- autotests/integration/effects/CMakeLists.txt | 10 +++++----- autotests/integration/scripting/CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autotests/integration/effects/CMakeLists.txt b/autotests/integration/effects/CMakeLists.txt index b9560ea102..f74feb6328 100644 --- a/autotests/integration/effects/CMakeLists.txt +++ b/autotests/integration/effects/CMakeLists.txt @@ -2,8 +2,8 @@ integrationTest(NAME testTranslucency SRCS translucency_test.cpp LIBS XCB::ICCCM integrationTest(NAME testSlidingPopups SRCS slidingpopups_test.cpp LIBS XCB::ICCCM) integrationTest(NAME testShadeWobblyWindows SRCS wobbly_shade_test.cpp LIBS XCB::ICCCM) integrationTest(NAME testScriptedEffects SRCS scripted_effects_test.cpp) -integrationTest(WAYLAND_ONLY NAME testToplevelOpenCloseAnimation SRCS toplevel_open_close_animation_test.cpp) -integrationTest(WAYLAND_ONLY NAME testPopupOpenCloseAnimation SRCS popup_open_close_animation_test.cpp) -integrationTest(WAYLAND_ONLY NAME testDesktopSwitchingAnimation SRCS desktop_switching_animation_test.cpp) -integrationTest(WAYLAND_ONLY NAME testMinimizeAnimation SRCS minimize_animation_test.cpp) -integrationTest(WAYLAND_ONLY NAME testMaximizeAnimation SRCS maximize_animation_test.cpp) +integrationTest(NAME testToplevelOpenCloseAnimation SRCS toplevel_open_close_animation_test.cpp) +integrationTest(NAME testPopupOpenCloseAnimation SRCS popup_open_close_animation_test.cpp) +integrationTest(NAME testDesktopSwitchingAnimation SRCS desktop_switching_animation_test.cpp) +integrationTest(NAME testMinimizeAnimation SRCS minimize_animation_test.cpp) +integrationTest(NAME testMaximizeAnimation SRCS maximize_animation_test.cpp) diff --git a/autotests/integration/scripting/CMakeLists.txt b/autotests/integration/scripting/CMakeLists.txt index 29ea184804..58727f7269 100644 --- a/autotests/integration/scripting/CMakeLists.txt +++ b/autotests/integration/scripting/CMakeLists.txt @@ -1,2 +1,2 @@ integrationTest(NAME testScriptingScreenEdge SRCS screenedge_test.cpp) -integrationTest(WAYLAND_ONLY NAME testMinimizeAllScript SRCS minimizeall_test.cpp) +integrationTest(NAME testMinimizeAllScript SRCS minimizeall_test.cpp)