Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
a55ea639
Commit
a55ea639
authored
Mar 03, 2022
by
Kai Uwe Broulik
Committed by
Kai Uwe Broulik
Mar 03, 2022
Browse files
autotests: Guard tabbox_test by KWIN_BUILD_TABBOX
Signed-off-by:
Victoria Fischer
<
victoria.fischer@mbition.io
>
parent
0793c242
Pipeline
#144716
passed with stage
in 13 minutes and 35 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
autotests/integration/CMakeLists.txt
View file @
a55ea639
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment