diff options
| -rw-r--r-- | cscript | 5 | ||||
| -rwxr-xr-x | run/tests | 2 |
2 files changed, 6 insertions, 1 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') @@ -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 |
