summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
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'])