Fix up evoral test suite.

git-svn-id: svn://localhost/ardour2/branches/3.0@7483 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-07-25 00:39:04 +00:00
parent c685724c80
commit 963bc50a8b
7 changed files with 19 additions and 18 deletions

View File

@@ -106,7 +106,7 @@ def build(bld):
obj.name = 'libevoral_static'
obj.target = 'evoral_static'
obj.uselib = 'GLIBMM GTHREAD SMF'
obj.uselib_local = 'libsmf'
obj.uselib_local = 'libsmf libpbd'
obj.vnum = EVORAL_LIB_VERSION
obj.install_path = ''
obj.ccflags = [ '-fprofile-arcs', '-ftest-coverage' ]
@@ -121,7 +121,7 @@ def build(bld):
'''
obj.includes = ['.', './src']
obj.uselib_local = 'libevoral_static'
obj.uselib = 'CPPUNIT'
obj.uselib = 'CPPUNIT SNDFILE'
obj.libs = 'gcov'
obj.target = 'run-tests'
obj.install_path = ''