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
|
# Wayland tests
|
||||||
test_cases += [
|
test_cases += [
|
||||||
{
|
{
|
||||||
'name': 'wayland-unit',
|
'name': 'wayland-client-tests',
|
||||||
'suite': 'wayland',
|
'suite': 'wayland',
|
||||||
'sources': [
|
'sources': [
|
||||||
'wayland-unit-tests.c',
|
'wayland-client-tests.c',
|
||||||
dummy_client_header,
|
|
||||||
dummy_server_header,
|
|
||||||
dummy_protocol_code,
|
|
||||||
wayland_test_utils,
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -441,6 +437,17 @@ if have_native_tests
|
|||||||
'wayland-client-tests.c',
|
'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',
|
'name': 'wayland-x11-interop',
|
||||||
'suite': 'wayland',
|
'suite': 'wayland',
|
||||||
|
Loading…
Reference in New Issue
Block a user