Merge branch 'master' into 1.0-seek
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index b7f2d191be9ad00098181504b9b519117684c4d9..773d7cda22c963d3f3ed2d6e8e5ecb688a30096a 100644 (file)
--- a/cscript
+++ b/cscript
@@ -114,8 +114,8 @@ def make_control(version, bits, filename):
     print >>f,'  digital projectors.'
 
 def dependencies(target):
-    return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
-            ('libdcp', 'v0.85'))
+    return (('ffmpeg-cdist', 'a629ea68a20d990b4e61c16067e91563d8d08f50'),
+            ('libdcp', 'v0.91'))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
@@ -183,3 +183,8 @@ def make_manual(target):
     target.command('make')
     target.command('pdflatex colour.tex')
     return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]
+
+def test(target):
+    if target.platform != 'windows':
+        target.set('LC_ALL', 'C')
+        target.command('run/tests')