summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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': [