30b257be08
Summary: The new test is similar to testToplevelOpenCloseAnimation. The main purpose of this test is to verify that the Fading Popups effect animates all sorts of popups, e.g. popup menus, tooltips, etc. testAnimateUserActionsPopup is skipped for now because stuff that animates unmapped clients is broken. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D17992
10 lines
721 B
CMake
10 lines
721 B
CMake
if (XCB_ICCCM_FOUND)
|
|
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)
|
|
endif()
|
|
integrationTest(NAME testFade SRCS fade_test.cpp)
|
|
integrationTest(WAYLAND_ONLY NAME testEffectWindowGeometry SRCS windowgeometry_test.cpp)
|
|
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)
|