Use PBD::tmp_writable_directory in test_output_directory

This commit is contained in:
Tim Mayberry
2014-11-29 13:56:26 +07:00
parent 1abe8f4e42
commit 1c1eff8845
2 changed files with 4 additions and 12 deletions

View File

@@ -173,6 +173,7 @@ def build(bld):
testobj.uselib = 'CPPUNIT XML SNDFILE'
testobj.use = 'libpbd'
testobj.name = 'libpbd-tests'
testobj.defines = [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
if sys.platform != 'darwin' and bld.env['build_target'] != 'mingw':
testobj.linkflags = ['-lrt']