From ae0ae3931b2fbbfc193aeb8a23e3497a9709795a Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Thu, 23 Jul 2009 16:55:50 +0000 Subject: [PATCH] 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 --- libs/ardour/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/wscript b/libs/ardour/wscript index b9a90ea486..09c4e57149 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -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 = ''