Fix build with tests enabled.

git-svn-id: svn://localhost/ardour2/branches/3.0@9984 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2011-08-13 14:17:16 +00:00
parent dd55f88d30
commit 77f3fa0943

View File

@@ -112,6 +112,7 @@ def build(bld):
obj.install_path = ''
obj.ccflags = [ '-fprofile-arcs', '-ftest-coverage' ]
obj.cxxflags = [ '-fprofile-arcs', '-ftest-coverage' ]
obj.defines = ['PACKAGE="libevoral"' ]
# Unit tests
obj = bld.new_task_gen('cxx', 'program')