mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 05:18:01 +02:00
When running on different backends, we don't know what devices
the backend provides. Create new seat for tests that contains
everything what we need. This is also first step in adding
touch support for tests.
v2: do not add devices in wl_seat.name event. Collect first
all wl_seats and then pick the one that we need and
destroy the rest. The effect is the same, but this code
is better understandable.
Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| bad-buffer-test.c | ||
| buffer-count-test.c | ||
| button-test.c | ||
| config-parser-test.c | ||
| event-test.c | ||
| keyboard-test.c | ||
| matrix-test.c | ||
| presentation-test.c | ||
| roles-test.c | ||
| setbacklight.c | ||
| subsurface-test.c | ||
| surface-global-test.c | ||
| surface-screenshot.c | ||
| surface-test.c | ||
| text-test.c | ||
| vertex-clip-test.c | ||
| weston-test-client-helper.c | ||
| weston-test-client-helper.h | ||
| weston-test-runner.c | ||
| weston-test-runner.h | ||
| weston-test.c | ||
| weston-tests-env | ||
| xwayland-test.c | ||