summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fd625204..84fa6111 100644
--- a/cscript
+++ b/cscript
@@ -88,7 +88,7 @@ def make_doxygen(target):
target.command('doxygen')
return os.path.abspath('build/doc/html')
-def test(target, test):
+def test(target, options, test):
target.set('LC_ALL', 'C')
cmd = 'run\\tests ' if target.platform == 'windows' else 'run/tests '
if test is not None: