summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7b53b9ee..f2cac017 100644
--- a/cscript
+++ b/cscript
@@ -25,7 +25,7 @@ def make_doxygen(target):
target.command('doxygen')
return os.path.abspath('build/doc/html')
-def test(target):
+def test(target, test):
if target.platform != 'windows':
target.set('LC_ALL', 'C')
target.command('run/tests')