diff options
author | David Robillard <d@drobilla.net> | 2020-12-18 20:55:45 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-18 20:55:45 +0100 |
commit | 4514a311703fc68de041883781105b7d526c8c7b (patch) | |
tree | e0574e47246746ce8c8d7a938c2585b77bd2ffd5 | |
parent | 02027eec2603a83218cb837d6c33b601e8ef8efa (diff) | |
download | sratom-4514a311703fc68de041883781105b7d526c8c7b.tar.gz sratom-4514a311703fc68de041883781105b7d526c8c7b.tar.bz2 sratom-4514a311703fc68de041883781105b7d526c8c7b.zip |
Run debug build tests on Windows
-rw-r--r-- | wscript | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -175,11 +175,6 @@ def build(bld): def test(tst): import sys - if sys.platform == 'win32' and '/DNDEBUG' not in tst.env.CFLAGS: - # FIXME: Sort out DLL memory freeing situation in next major version - Logs.warn("Skipping tests for Windows debug build") - return - with tst.group('Integration') as check: check(['./sratom_test']) |