mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05: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',
|
||||
],
|
||||
},
|
||||
{
|
||||
'name': 'service-channel',
|
||||
'suite': 'wayland',
|
||||
'sources': [
|
||||
'service-channel-tests.c',
|
||||
wayland_test_utils,
|
||||
],
|
||||
},
|
||||
{
|
||||
'name': 'wayland-x11-interop',
|
||||
'suite': 'wayland',
|
||||
@ -473,6 +465,18 @@ if have_native_tests
|
||||
]
|
||||
endif
|
||||
|
||||
# Miscellaneous tests
|
||||
test_cases += [
|
||||
{
|
||||
'name': 'service-channel',
|
||||
'suite': 'wayland',
|
||||
'sources': [
|
||||
'service-channel-tests.c',
|
||||
wayland_test_utils,
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
foreach test_case: test_cases
|
||||
test_executable = executable('mutter-' + test_case['name'],
|
||||
sources: test_case['sources'],
|
||||
|
Loading…
Reference in New Issue
Block a user