build: Sort tests alphabetically

Gbp-Dch: Ignore

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/798>
This commit is contained in:
Evangelos Ribeiro Tzaras
2025-10-28 13:42:22 +01:00
committed by Marge Bot
parent e4a75a0844
commit 7baa515707

View File

@@ -47,6 +47,12 @@ subdir('mock')
subdir('services') subdir('services')
tests = [ tests = [
['contacts', ['test-contacts.c']],
[
'dbus',
['test-dbus.c', generated_dbus_sources],
{'extra_test_deps' : [dbus_server]},
],
['emergency-call-types', ['test-emergency-call-types.c']], ['emergency-call-types', ['test-emergency-call-types.c']],
[ [
'manager', 'manager',
@@ -58,21 +64,15 @@ tests = [
['test-plugins.c', calls_sources], ['test-plugins.c', calls_sources],
{'extra_test_deps' : [calls_plugins, plugins_test_depends]}, {'extra_test_deps' : [calls_plugins, plugins_test_depends]},
], ],
['util', ['test-util.c']],
['ui-call', ['test-ui-call.c', 'mock-call.c']],
['contacts', ['test-contacts.c']],
['settings', ['test-settings.c']],
[
'dbus',
['test-dbus.c', generated_dbus_sources],
{'extra_test_deps' : [dbus_server]},
],
[ [
'ringer', 'ringer',
['mock-call.c', 'test-ringer.c'], ['mock-call.c', 'test-ringer.c'],
{'extra_link_with' : libfeedback}, {'extra_link_with' : libfeedback},
], ],
['service-providers', ['test-service-providers.c']], ['service-providers', ['test-service-providers.c']],
['settings', ['test-settings.c']],
['ui-call', ['test-ui-call.c', 'mock-call.c']],
['util', ['test-util.c']],
] ]
foreach t : tests foreach t : tests