tests/build: Order Wayland tests alphabetically

And ensure they all start with "wayland-" for consistency.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2394>
This commit is contained in:
Robert Mader 2023-03-03 16:30:31 +01:00
parent 692ea856fb
commit 18ea492daf

View File

@ -416,14 +416,10 @@ if have_native_tests
# Wayland tests
test_cases += [
{
'name': 'wayland-unit',
'name': 'wayland-client-tests',
'suite': 'wayland',
'sources': [
'wayland-unit-tests.c',
dummy_client_header,
dummy_server_header,
dummy_protocol_code,
wayland_test_utils,
'wayland-client-tests.c',
],
},
{
@ -441,6 +437,17 @@ if have_native_tests
'wayland-client-tests.c',
],
},
{
'name': 'wayland-unit',
'suite': 'wayland',
'sources': [
'wayland-unit-tests.c',
dummy_client_header,
dummy_server_header,
dummy_protocol_code,
wayland_test_utils,
],
},
{
'name': 'wayland-x11-interop',
'suite': 'wayland',