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
This commit is contained in:
parent
aa215e12cc
commit
d6dd4af8cf
33 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue