summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 10:46:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 10:46:43 +0100
commit601f827096a073f9e68c6b68a5198dd5c58e4b37 (patch)
tree20ccaa22030552dae2d457b0cd66461ca5cb0d3f
parent1818e757be5a2c462edbca3e38743e9b037a8e90 (diff)
parentac530d2eb8c8d4041e8265ab823a4b0373b27870 (diff)
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
-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