From 0fee74d7adc0bef2e72bd59b504f38a12b1dedbb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 May 2015 00:46:39 +0100 Subject: Missing test() in cscript. --- cscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 0198fff..29f00fb 100644 --- a/cscript +++ b/cscript @@ -18,3 +18,8 @@ def make_doxygen(target): os.makedirs('build/doc') target.command('doxygen') return os.path.abspath('build/doc/html') + +def test(target): + if target.platform != 'windows': + target.set('LC_ALL', 'C') + target.command('run/tests') -- cgit v1.2.3