From 1ca66080e8388975e20db5850ddace267640f73e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Dec 2020 17:31:22 +0100 Subject: Run state tests on Windows --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 6cbfa5e..43b8d13 100644 --- a/wscript +++ b/wscript @@ -555,8 +555,7 @@ def build(bld): def test(tst): with tst.group('unit') as check: for test in tests: - if not (sys.platform == 'win32' and test == 'test_state'): - check(['./test/' + test]) + check(['./test/' + test]) if tst.is_defined('LILV_CXX'): check(['./test/lilv_cxx_test']) -- cgit v1.2.1