mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
libs/ardour/wscript: unit tests get a target name, inorder to be able to build them separately with ./waf --targets=libardour-tests
git-svn-id: svn://localhost/ardour2/branches/3.0@5420 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e2a2b72bc0
commit
ae0ae3931b
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ def build(bld):
|
|||
'''
|
||||
testobj.includes = obj.includes + ['../pbd/']
|
||||
testobj.uselib = 'CPPUNIT SIGCPP JACK GLIBMM SAMPLERATE'
|
||||
testobj.name = 'libardour-tests'
|
||||
testobj.target = 'run-tests'
|
||||
testobj.install_path = ''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue