mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Don’t install test programs
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
d685b000c6
commit
3c63a81c1c
2 changed files with 2 additions and 2 deletions
|
|
@ -727,8 +727,7 @@ def create_ardour_test_program(bld, includes, name, target, sources):
|
|||
testobj.use = [ 'testcommon' ]
|
||||
testobj.name = name
|
||||
testobj.target = target
|
||||
# not sure about install path
|
||||
testobj.install_path = bld.env['LIBDIR']
|
||||
testobj.install_path = ''
|
||||
testobj.defines = [
|
||||
'PACKAGE="libardour' + bld.env['MAJOR'] + 'test"',
|
||||
'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
|
||||
|
|
|
|||
|
|
@ -209,3 +209,4 @@ def build(bld):
|
|||
testobj.defines = [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
if sys.platform != 'darwin' and bld.env['build_target'] != 'mingw':
|
||||
testobj.lib = ['rt', 'dl']
|
||||
testobj.install_path = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue