5d279a0ddd
Summary: Ready for QJSEngine port and upcoming other fixes. Split as it makes it easier to do any before/after testing. Test Plan: All tests pass with the current QScriptEngine Verified expected API against a wiki page and current code. Reviewers: #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D14482
8 lines
507 B
CMake
8 lines
507 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)
|