From 665677ce5e6d39780873e1506c20c929fb337361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Thu, 20 Sep 2018 05:24:08 +0000 Subject: [PATCH] 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' : {}, }]