Rename autotests/wayland to autotests/integration

It's not about Wayland, but more about Integration. It can test both
Wayland and X11 windows.

Reviewed-By: Bhushan Shah
icc-effect-5.14.5
Martin Gräßlin 2016-06-29 10:29:45 +02:00
parent aa215e12cc
commit d6dd4af8cf
33 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
add_definitions(-DKWIN_UNIT_TEST)
remove_definitions(-DQT_USE_QSTRINGBUILDER)
add_subdirectory(libxrenderutils)
add_subdirectory(wayland)
add_subdirectory(integration)
if (HAVE_INPUT)
add_subdirectory(libinput)
endif()