From 3225fe54f70efd3867fa662edc7063dfe2d05220 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Nov 2015 18:59:43 +0000 Subject: Re-enable tests on Win32. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 6a59c576..4141b56c 100644 --- a/cscript +++ b/cscript @@ -12,7 +12,7 @@ def build(target, options): if (target.distro == 'debian' and target.version == 'unstable' or target.distro == 'fedora' and target.version == '23'): target.append_with_space('CXXFLAGS', '-std=c++11') elif target.platform == 'windows': - cmd += ' --target-windows --disable-tests' + cmd += ' --target-windows' elif target.platform == 'osx': cmd += ' --disable-tests' -- cgit v1.2.3