Add test_search_path function in PBD testsuite

This commit is contained in:
Paul Davis 2013-07-11 10:58:35 -04:00
parent 7a5118f403
commit a2f5a8d9c0

View File

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