9 lines
763 B
CMake
9 lines
763 B
CMake
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(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)
|