e86d8461ed
Summary: The idea behind this autotest is to verify that different window open/close animation effects behave similarly. Currently, we just check whether Fade/Glide/Scale effect tries to animate the appearing or the disappearing of toplevels. In the future, the autotest will be extended to verify that there are no conflicts between those three effects and the Login/Logout effect, etc. Test Plan: Ran the test, found a bug in the Fade effect, fixed it. Reviewers: #kwin, graesslin Reviewed By: #kwin, graesslin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D17526
9 lines
617 B
CMake
9 lines
617 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)
|