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