mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-13 22:07:15 +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
c6d1f68fe8
commit
063148e098
@ -49,7 +49,6 @@ tests = [{
|
||||
'dependencies' : [libgmodule_dep],
|
||||
'export_dynamic' : true,
|
||||
},
|
||||
'timeloop' : {},
|
||||
'cxx-test' : {
|
||||
'source' : 'cxx-test.cpp',
|
||||
'include_directories' : gmoduleinc,
|
||||
@ -70,6 +69,7 @@ test_extra_programs = {
|
||||
|
||||
if host_machine.system() != 'windows'
|
||||
tests += [{
|
||||
'timeloop' : {},
|
||||
'spawn-test' : {},
|
||||
'iochannel-test' : {},
|
||||
}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user