diff options
author | David Robillard <d@drobilla.net> | 2020-12-18 17:31:22 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-18 17:39:17 +0100 |
commit | 1ca66080e8388975e20db5850ddace267640f73e (patch) | |
tree | 1591d1676474cfbda0dc44117d624c263e0406f2 /wscript | |
parent | e9bce3d4b0cf4cb95c6e3aaa7fe571be1151cd74 (diff) | |
download | lilv-1ca66080e8388975e20db5850ddace267640f73e.tar.gz lilv-1ca66080e8388975e20db5850ddace267640f73e.tar.bz2 lilv-1ca66080e8388975e20db5850ddace267640f73e.zip |
Run state tests on Windows
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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']) |