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
f2628cf8
Commit
f2628cf8
authored
Sep 17, 2014
by
Martin Flöser
Browse files
s/kwin/kwayland in test names
parent
9b8e9c2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/client/CMakeLists.txt
View file @
f2628cf8
...
...
@@ -8,7 +8,7 @@ set( testWaylandConnectionThread_SRCS
)
add_executable
(
testWaylandConnectionThread
${
testWaylandConnectionThread_SRCS
}
)
target_link_libraries
(
testWaylandConnectionThread Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer Wayland::Client Wayland::Server
)
add_test
(
kw
in
-testWaylandConnectionThread testWaylandConnectionThread
)
add_test
(
kw
ayland
-testWaylandConnectionThread testWaylandConnectionThread
)
ecm_mark_as_test
(
testWaylandConnectionThread
)
########################################################
...
...
@@ -19,7 +19,7 @@ set( testWaylandRegistry_SRCS
)
add_executable
(
testWaylandRegistry
${
testWaylandRegistry_SRCS
}
)
target_link_libraries
(
testWaylandRegistry Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer Wayland::Client Wayland::Server
)
add_test
(
kw
in
-testWaylandRegistry testWaylandRegistry
)
add_test
(
kw
ayland
-testWaylandRegistry testWaylandRegistry
)
ecm_mark_as_test
(
testWaylandRegistry
)
########################################################
...
...
@@ -31,7 +31,7 @@ if(Wayland_VERSION VERSION_GREATER "1.4.0")
)
add_executable
(
testWaylandFullscreenShell
${
testWaylandFullscreenShell_SRCS
}
)
target_link_libraries
(
testWaylandFullscreenShell Qt5::Test KF5::WaylandClient Wayland::Client
)
add_test
(
kw
in
-testWaylandFullscreenShell testWaylandFullscreenShell
)
add_test
(
kw
ayland
-testWaylandFullscreenShell testWaylandFullscreenShell
)
ecm_mark_as_test
(
testWaylandFullscreenShell
)
endif
()
...
...
@@ -43,7 +43,7 @@ set( testWaylandOutput_SRCS
)
add_executable
(
testWaylandOutput
${
testWaylandOutput_SRCS
}
)
target_link_libraries
(
testWaylandOutput Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer Wayland::Client Wayland::Server
)
add_test
(
kw
in
-testWaylandOutput testWaylandOutput
)
add_test
(
kw
ayland
-testWaylandOutput testWaylandOutput
)
ecm_mark_as_test
(
testWaylandOutput
)
########################################################
...
...
@@ -54,7 +54,7 @@ set( testWaylandShell_SRCS
)
add_executable
(
testWaylandShell
${
testWaylandShell_SRCS
}
)
target_link_libraries
(
testWaylandShell Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer Wayland::Client Wayland::Server
)
add_test
(
kw
in
-testWaylandShell testWaylandShell
)
add_test
(
kw
ayland
-testWaylandShell testWaylandShell
)
ecm_mark_as_test
(
testWaylandShell
)
########################################################
...
...
@@ -65,7 +65,7 @@ set( testWaylandSurface_SRCS
)
add_executable
(
testWaylandSurface
${
testWaylandSurface_SRCS
}
)
target_link_libraries
(
testWaylandSurface Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer Wayland::Client Wayland::Server
)
add_test
(
kw
in
-testWaylandSurface testWaylandSurface
)
add_test
(
kw
ayland
-testWaylandSurface testWaylandSurface
)
ecm_mark_as_test
(
testWaylandSurface
)
########################################################
...
...
@@ -76,5 +76,5 @@ set( testWaylandSeat_SRCS
)
add_executable
(
testWaylandSeat
${
testWaylandSeat_SRCS
}
)
target_link_libraries
(
testWaylandSeat Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer Wayland::Client Wayland::Server
)
add_test
(
kw
in
-testWaylandSeat testWaylandSeat
)
add_test
(
kw
ayland
-testWaylandSeat testWaylandSeat
)
ecm_mark_as_test
(
testWaylandSeat
)
src/wayland/autotests/server/CMakeLists.txt
View file @
f2628cf8
...
...
@@ -6,7 +6,7 @@ set( testWaylandServerDisplay_SRCS
)
add_executable
(
testWaylandServerDisplay
${
testWaylandServerDisplay_SRCS
}
)
target_link_libraries
(
testWaylandServerDisplay Qt5::Test Qt5::Gui KF5::WaylandServer Wayland::Server
)
add_test
(
kw
in
-testWaylandServerDisplay testWaylandServerDisplay
)
add_test
(
kw
ayland
-testWaylandServerDisplay testWaylandServerDisplay
)
ecm_mark_as_test
(
testWaylandServerDisplay
)
########################################################
...
...
@@ -17,5 +17,5 @@ set( testWaylandServerSeat_SRCS
)
add_executable
(
testWaylandServerSeat
${
testWaylandServerSeat_SRCS
}
)
target_link_libraries
(
testWaylandServerSeat Qt5::Test Qt5::Gui KF5::WaylandServer Wayland::Server
)
add_test
(
kw
in
-testWaylandServerSeat testWaylandServerSeat
)
add_test
(
kw
ayland
-testWaylandServerSeat testWaylandServerSeat
)
ecm_mark_as_test
(
testWaylandServerSeat
)
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