summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 16:35:47 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 16:35:47 +0000
commitf94a5960d4fc4e183229e0a1275964e25f55ae4f (patch)
tree101c9babbd209d2b70e8413d9b31e678fafc225a /cscript
parentb691a2b86733030a984f5bc9c99bdb7395e3bb01 (diff)
Fix cscript for newer version.
Diffstat (limited to 'cscript')
-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')