13
0

Make sure that tests are rebuilt even when only their headers change.

git-svn-id: svn://localhost/ardour2/branches/3.0@6828 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-02 14:30:00 +00:00
parent b68256a8ff
commit 9b35264bdb

View File

@ -328,7 +328,7 @@ def build(bld):
test/midi_clock_slave_test.cpp
test/testrunner.cpp
'''.split()
testobj.includes = obj.includes + ['../pbd/']
testobj.includes = obj.includes + ['test', '../pbd']
testobj.uselib = 'CPPUNIT SIGCPP JACK GLIBMM GTHREAD SAMPLERATE XML LRDF COREAUDIO'
testobj.uselib_local = 'libpbd libmidipp libardour'
testobj.name = 'libardour-tests'