summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-03 15:13:20 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-03 15:13:20 +0000
commit3debfd431bdb01f0b0976816643dc18e3858b892 (patch)
tree00db437d8bbfd79e0eac6c3cfa2154de07246870
parent87598cd97615260163ed589195e997d69819be57 (diff)
parentf94a5960d4fc4e183229e0a1275964e25f55ae4f (diff)
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp0.x
-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')