Use PBD::tmp_writable_directory in test_output_directory
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user