libs/ardour/wscript: unit tests get a target name, inorder to be able to build them...
authorHans Baier <hansfbaier@googlemail.com>
Thu, 23 Jul 2009 16:55:50 +0000 (16:55 +0000)
committerHans Baier <hansfbaier@googlemail.com>
Thu, 23 Jul 2009 16:55:50 +0000 (16:55 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5420 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/wscript

index b9a90ea4861b8049ced21a0c0dc04559c760f2b0..09c4e571495063661b6188f29586b3b7c651916a 100644 (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 = ''