mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-10-29 18:46:48 +01:00
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:
commit
f7d2a58be6
@ -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' : {},
|
||||
|
Loading…
Reference in New Issue
Block a user