mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
tests/build: Move 'service-channel' test to a 'misc' section
It only has a Wayland test, but might get Wayland unrelated things in the future, so move it away into a "misc" section. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2892>
This commit is contained in:
parent
65ef0cb9e8
commit
8b42564763
@ -441,14 +441,6 @@ if have_native_tests
|
|||||||
'wayland-client-tests.c',
|
'wayland-client-tests.c',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'name': 'service-channel',
|
|
||||||
'suite': 'wayland',
|
|
||||||
'sources': [
|
|
||||||
'service-channel-tests.c',
|
|
||||||
wayland_test_utils,
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'name': 'wayland-x11-interop',
|
'name': 'wayland-x11-interop',
|
||||||
'suite': 'wayland',
|
'suite': 'wayland',
|
||||||
@ -473,6 +465,18 @@ if have_native_tests
|
|||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Miscellaneous tests
|
||||||
|
test_cases += [
|
||||||
|
{
|
||||||
|
'name': 'service-channel',
|
||||||
|
'suite': 'wayland',
|
||||||
|
'sources': [
|
||||||
|
'service-channel-tests.c',
|
||||||
|
wayland_test_utils,
|
||||||
|
],
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
||||||
foreach test_case: test_cases
|
foreach test_case: test_cases
|
||||||
test_executable = executable('mutter-' + test_case['name'],
|
test_executable = executable('mutter-' + test_case['name'],
|
||||||
sources: test_case['sources'],
|
sources: test_case['sources'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user