From 8a3198395f518a2ec6f0572bb434b7ead00b9887 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 May 2015 00:34:22 +0100 Subject: Re-enable tests on Linux in cscript; don't know why it was turned off. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 6cbf4bc0..732c41ae 100644 --- a/cscript +++ b/cscript @@ -6,7 +6,7 @@ def dependencies(target): 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' elif target.platform == 'osx': -- cgit v1.2.3