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:
Руслан Ижбулатов 2018-09-20 05:24:08 +00:00 committed by Xavier Claessens
parent 4c91334412
commit 665677ce5e

View File

@ -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' : {},
}]