summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mader <robert.mader@collabora.com>2023-03-03 16:30:31 +0100
committerRobert Mader <robert.mader@collabora.com>2023-03-04 22:13:45 +0100
commit18ea492daf273f12184ee2e3d2ed0b24dcae7714 (patch)
tree2d7c484e9ff3ebedc6c2ce561d0bfe8a78e297c6
parent692ea856fb48c6546c34773251dd049a639d36fd (diff)
downloadmutter-18ea492daf273f12184ee2e3d2ed0b24dcae7714.tar.gz
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>
-rw-r--r--src/tests/meson.build19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/tests/meson.build b/src/tests/meson.build
index 060ea50b2..3dd8a59b9 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -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',
],
},
{
@@ -442,6 +438,17 @@ if have_native_tests
],
},
{
+ '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',
'sources': [