[glib: 8/11] tests W32: Move timeloop test to the non-Windows section



commit 665677ce5e6d39780873e1506c20c929fb337361
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date:   Thu Sep 20 05:24:08 2018 +0000

    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.

 tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 7530571bf..b054a1732 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -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' : {},
   }]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]