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()
|
2016-11-18 14:27:34 +00:00
|
|
|
integrationTest(NAME testFade SRCS fade_test.cpp)
|
2017-11-14 19:12:57 +00:00
|
|
|
integrationTest(WAYLAND_ONLY NAME testEffectWindowGeometry SRCS windowgeometry_test.cpp)
|
2018-07-23 21:52:58 +00:00
|
|
|
integrationTest(NAME testScriptedEffects SRCS scripted_effects_test.cpp)
|