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
bc93c5c6
Commit
bc93c5c6
authored
Sep 17, 2014
by
Martin Flöser
Browse files
Move all files to autotests/server
parent
1574c47d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/server/CMakeLists.txt
0 → 100644
View file @
bc93c5c6
########################################################
# Test WaylandServerDisplay
########################################################
set
(
testWaylandServerDisplay_SRCS
test_display.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/buffer_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/compositor_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/display.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/output_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/seat_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/shell_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/surface_interface.cpp
)
add_executable
(
testWaylandServerDisplay
${
testWaylandServerDisplay_SRCS
}
)
target_link_libraries
(
testWaylandServerDisplay Qt5::Test Qt5::Gui Wayland::Server
)
add_test
(
kwin-testWaylandServerDisplay testWaylandServerDisplay
)
ecm_mark_as_test
(
testWaylandServerDisplay
)
########################################################
# Test WaylandServerSeat
########################################################
set
(
testWaylandServerSeat_SRCS
test_seat.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/buffer_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/compositor_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/display.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/output_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/seat_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/shell_interface.cpp
${
KWIN_SOURCE_DIR
}
/wayland_server/surface_interface.cpp
)
add_executable
(
testWaylandServerSeat
${
testWaylandServerSeat_SRCS
}
)
target_link_libraries
(
testWaylandServerSeat Qt5::Test Qt5::Gui Wayland::Server
)
add_test
(
kwin-testWaylandServerSeat testWaylandServerSeat
)
ecm_mark_as_test
(
testWaylandServerSeat
)
src/wayland/test_display.cpp
→
src/wayland/
autotests/server/
test_display.cpp
View file @
bc93c5c6
File moved
src/wayland/test_seat.cpp
→
src/wayland/
autotests/server/
test_seat.cpp
View file @
bc93c5c6
File moved
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