diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-03 15:13:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-03 15:13:20 +0000 |
| commit | 3debfd431bdb01f0b0976816643dc18e3858b892 (patch) | |
| tree | 00db437d8bbfd79e0eac6c3cfa2154de07246870 | |
| parent | 87598cd97615260163ed589195e997d69819be57 (diff) | |
| parent | f94a5960d4fc4e183229e0a1275964e25f55ae4f (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp0.x
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ def make_doxygen(target): target.command('doxygen') return os.path.abspath('build/doc/html') -def test(target): +def test(target, test): if target.platform != 'windows': target.set('LC_ALL', 'C') target.command('run/tests') |
