Merge branch 'tests_meson_targets' into 'main'

glib/tests/meson.build: remove identical build targets

See merge request GNOME/glib!3629
This commit is contained in:
Philip Withnall 2023-10-10 09:51:36 +00:00
commit f7d2a58be6

View File

@ -127,23 +127,14 @@ glib_tests = {
'extra_programs' : host_machine.system() == 'windows' ? ['spawn-test-win32-gui'] : [],
},
'strfuncs' : {},
'string' : {},
'string-macro' : {
'source' : 'string.c',
'string' : {
'c_args' : cc.get_id() == 'gcc' ? ['-Werror=sign-conversion'] : [],
'install' : false,
},
'strvbuilder' : {},
'testing' : {
'args': [ '--verbose' ],
'extra_programs' : ['testing-helper'],
},
'testing-macro' : {
'args': [ '--verbose' ],
'extra_programs' : ['testing-helper'],
'source' : 'testing.c',
'c_args' : cc.get_id() == 'gcc' ? ['-Werror=sign-conversion'] : [],
'install' : false,
},
'test-printf' : {},
'thread' : {},