summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-17 18:59:43 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-17 18:59:43 +0000
commit3225fe54f70efd3867fa662edc7063dfe2d05220 (patch)
tree175453a12540a0f860f71b3d85050daf7c4f614e
parent332c7c37e1cbc088980977d7c37c1c770af4b754 (diff)
Re-enable tests on Win32.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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'