2016-08-03 14:12:23 +00:00
|
|
|
if (XCB_ICCCM_FOUND)
|
|
|
|
integrationTest(NAME testTranslucency SRCS translucency_test.cpp LIBS XCB::ICCCM)
|
2016-10-30 10:27:38 +00:00
|
|
|
integrationTest(NAME testSlidingPopups SRCS slidingpopups_test.cpp LIBS XCB::ICCCM)
|
2018-03-04 10:23:28 +00:00
|
|
|
integrationTest(NAME testShadeWobblyWindows SRCS wobbly_shade_test.cpp LIBS XCB::ICCCM)
|
2016-08-03 14:12:23 +00:00
|
|
|
endif()
|
2018-07-23 21:52:58 +00:00
|
|
|
integrationTest(NAME testScriptedEffects SRCS scripted_effects_test.cpp)
|
2018-12-11 10:22:42 +00:00
|
|
|
integrationTest(WAYLAND_ONLY NAME testToplevelOpenCloseAnimation SRCS toplevel_open_close_animation_test.cpp)
|
2019-01-05 12:42:30 +00:00
|
|
|
integrationTest(WAYLAND_ONLY NAME testPopupOpenCloseAnimation SRCS popup_open_close_animation_test.cpp)
|
2019-01-10 11:04:28 +00:00
|
|
|
integrationTest(WAYLAND_ONLY NAME testDesktopSwitchingAnimation SRCS desktop_switching_animation_test.cpp)
|
2019-01-10 14:34:59 +00:00
|
|
|
integrationTest(WAYLAND_ONLY NAME testMinimizeAnimation SRCS minimize_animation_test.cpp)
|
2019-01-10 17:59:20 +00:00
|
|
|
integrationTest(WAYLAND_ONLY NAME testMaximizeAnimation SRCS maximize_animation_test.cpp)
|