From b3651f74fd289be4e04f00388094ff0cc2e52bec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 May 2015 00:30:46 +0100 Subject: Re-enable tests when building on Linux; not sure why they were turned off. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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) -- cgit v1.2.3