mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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:
parent
692ea856fb
commit
18ea492daf
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user