From 4514a311703fc68de041883781105b7d526c8c7b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Dec 2020 20:55:45 +0100 Subject: Run debug build tests on Windows --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 99c1fb8..e876199 100644 --- a/wscript +++ b/wscript @@ -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']) -- cgit v1.2.1