weston/tests
Pekka Paalanen 7f840b721a tests: migrate ivi-layout-test
The ivi-layout-test comprises of two halves: the client and the plugin. This
migrates the test to the new test harness.

In the old harness, the plugin was built as the test in meson.build and it fork
& exec'd the client part. In the new harness client tests start from the client
program which sets up the compositor in-process, so now the client is built as
the test in meson.build and the plugin is just an additional file.

Therefore there is not need for the plugin for fork & exec anything anymore, so
all that code is removed.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2020-01-30 10:10:34 +00:00
..
reference
bad-buffer-test.c
config-parser-test.c
devices-test.c
event-test.c
input-timestamps-helper.c
input-timestamps-helper.h
internal-screenshot-test.c
internal-screenshot.ini
ivi-layout-internal-test.c
ivi-layout-test-client.c tests: migrate ivi-layout-test 2020-01-30 10:10:34 +00:00
ivi-layout-test-plugin.c tests: migrate ivi-layout-test 2020-01-30 10:10:34 +00:00
ivi-shell-app-test.c
ivi-test.h
keyboard-test.c
linux-explicit-synchronization-test.c
matrix-test.c
meson.build tests: migrate ivi-layout-test 2020-01-30 10:10:34 +00:00
plugin-registry-test.c tests: thread-based client harness 2020-01-30 10:10:34 +00:00
pointer-test.c
presentation-test.c
roles-test.c tests: thread-based client harness 2020-01-30 10:10:34 +00:00
setbacklight.c
string-test.c
subsurface-shot-test.c tests: thread-based client harness 2020-01-30 10:10:34 +00:00
subsurface-test.c
surface-global-test.c
surface-screenshot-test.c
surface-test.c
text-test.c
timespec-test.c
touch-test.c
vertex-clip-test.c
viewporter-test.c
weston-test-client-helper.c tests: stop relying on environment in the new harness 2020-01-30 10:10:34 +00:00
weston-test-client-helper.h
weston-test-desktop-shell.c
weston-test-fixture-compositor.c tests: stop relying on environment in the new harness 2020-01-30 10:10:34 +00:00
weston-test-fixture-compositor.h tests: thread-based client harness 2020-01-30 10:10:34 +00:00
weston-test-runner.c tests: thread-based client harness 2020-01-30 10:10:34 +00:00
weston-test-runner.h tests: thread-based client harness 2020-01-30 10:10:34 +00:00
weston-test.c tests: thread-based client harness 2020-01-30 10:10:34 +00:00
weston-testsuite-data.h tests: thread-based client harness 2020-01-30 10:10:34 +00:00
xwayland-test.c