diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 10:46:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 10:46:43 +0100 |
| commit | 601f827096a073f9e68c6b68a5198dd5c58e4b37 (patch) | |
| tree | 20ccaa22030552dae2d457b0cd66461ca5cb0d3f /cscript | |
| parent | 1818e757be5a2c462edbca3e38743e9b037a8e90 (diff) | |
| parent | ac530d2eb8c8d4041e8265ab823a4b0373b27870 (diff) | |
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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') |
