Update cscript for new cdist.
[libcxml.git] / cscript
diff --git a/cscript b/cscript
index a95e66811a4b0e8e0d4fbcc4e12c1833b8012606..8c90300621922a2c2c88006f5895f0aa4e3d18c2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -21,7 +21,7 @@
 import os
 
 def dependencies(target):
-    return (('locked_sstream', None))
+    return (('locked_sstream', None),)
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
@@ -38,7 +38,7 @@ def build(target, options):
     target.command(cmd)
     target.command('./waf build install')
 
-def test(target):
+def test(target, test):
     if target.platform != 'windows':
         target.set('LC_ALL', 'C')
         target.command('./run-tests.sh')