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:
Hans Baier 2009-07-23 16:55:50 +00:00
parent e2a2b72bc0
commit ae0ae3931b

View file

@ -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 = ''