autotests: Guard tabbox_test by KWIN_BUILD_TABBOX
Signed-off-by: Victoria Fischer <victoria.fischer@mbition.io>
This commit is contained in:
parent
0793c24249
commit
a55ea639a1
1 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,9 @@ integrationTest(WAYLAND_ONLY NAME testSceneOpenGLES SRCS scene_opengl_es_test.cp
|
|||
integrationTest(WAYLAND_ONLY NAME testNoXdgRuntimeDir SRCS no_xdg_runtime_dir_test.cpp)
|
||||
integrationTest(WAYLAND_ONLY NAME testScreenChanges SRCS screen_changes_test.cpp)
|
||||
integrationTest(NAME testModiferOnlyShortcut SRCS modifier_only_shortcut_test.cpp)
|
||||
integrationTest(WAYLAND_ONLY NAME testTabBox SRCS tabbox_test.cpp)
|
||||
if (KWIN_BUILD_TABBOX)
|
||||
integrationTest(WAYLAND_ONLY NAME testTabBox SRCS tabbox_test.cpp)
|
||||
endif()
|
||||
integrationTest(WAYLAND_ONLY NAME testWindowSelection SRCS window_selection_test.cpp)
|
||||
integrationTest(WAYLAND_ONLY NAME testPointerConstraints SRCS pointer_constraints_test.cpp)
|
||||
integrationTest(WAYLAND_ONLY NAME testKeyboardLayout SRCS keyboard_layout_test.cpp)
|
||||
|
|
Loading…
Reference in a new issue