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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user