mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
tests W32: Move timeloop test to the non-Windows section
It just doesn't work on Windows, and that can't be fixed with a quick patch.
This commit is contained in:
parent
4c91334412
commit
665677ce5e
@ -49,7 +49,6 @@ tests = [{
|
|||||||
'dependencies' : [libgmodule_dep],
|
'dependencies' : [libgmodule_dep],
|
||||||
'export_dynamic' : true,
|
'export_dynamic' : true,
|
||||||
},
|
},
|
||||||
'timeloop' : {},
|
|
||||||
'cxx-test' : {
|
'cxx-test' : {
|
||||||
'source' : 'cxx-test.cpp',
|
'source' : 'cxx-test.cpp',
|
||||||
'include_directories' : gmoduleinc,
|
'include_directories' : gmoduleinc,
|
||||||
@ -70,6 +69,7 @@ test_extra_programs = {
|
|||||||
|
|
||||||
if host_machine.system() != 'windows'
|
if host_machine.system() != 'windows'
|
||||||
tests += [{
|
tests += [{
|
||||||
|
'timeloop' : {},
|
||||||
'spawn-test' : {},
|
'spawn-test' : {},
|
||||||
'iochannel-test' : {},
|
'iochannel-test' : {},
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user