summaryrefslogtreecommitdiff
path: root/cscript
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 /cscript
parent1818e757be5a2c462edbca3e38743e9b037a8e90 (diff)
parentac530d2eb8c8d4041e8265ab823a4b0373b27870 (diff)
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 5 insertions, 0 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')