summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript5
-rwxr-xr-xrun/tests2
2 files changed, 6 insertions, 1 deletions
diff --git a/cscript b/cscript
index b7f86daa..1a8113a1 100644
--- a/cscript
+++ b/cscript
@@ -24,3 +24,8 @@ def make_doxygen(target):
os.makedirs('build/doc')
target.command('doxygen')
return os.path.abspath('build/doc/html')
+
+def test(target):
+ if target.platform != 'windows':
+ target.set('LC_ALL', 'C')
+ target.command('run/tests')
diff --git a/run/tests b/run/tests
index 1f73c272..243eee96 100755
--- a/run/tests
+++ b/run/tests
@@ -6,7 +6,7 @@
# in test/ref/DCP, and an error is given
# if anything is different.
-private=../libdcp-test-private
+private=../libdcp1-test-private
work=build/test
dcpinfo=build/tools/dcpinfo