summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 00:30:46 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 00:30:46 +0100
commitb3651f74fd289be4e04f00388094ff0cc2e52bec (patch)
tree9588e27cb0f1b2cc0c41cebca8db73cb32438185
parentca1f8ef6ac678b7a0c855c4998b3e303c147ffe7 (diff)
Re-enable tests when building on Linux; not sure why they were turned off.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1f4dbb2..7747d7b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
if target.platform == 'linux':
- cmd += ' --static --disable-tests'
+ cmd += ' --static'
elif target.platform == 'windows':
cmd += ' --target-windows'
target.command(cmd)