Fix libpbd tests and add test for url_decode().

git-svn-id: svn://localhost/ardour2/branches/3.0@11770 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-01 14:29:26 +00:00
parent c886f761eb
commit 3240a93aad
4 changed files with 17 additions and 2 deletions

View file

@ -136,6 +136,7 @@ def build(bld):
test/xpath.cc
test/scalar_properties.cc
test/signals_test.cc
test/convert_test.cc
'''.split()
testobj.target = 'run-tests'
testobj.includes = obj.includes + ['test', '../pbd']