Make sure that tests are rebuilt even when only their headers change.
authorCarl Hetherington <carl@carlh.net>
Fri, 2 Apr 2010 14:30:00 +0000 (14:30 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 2 Apr 2010 14:30:00 +0000 (14:30 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6828 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/wscript

index bce5e4f3d6c10637d405c312a118bf303ad9dbfc..dd0138968c41a4e0819be393929fc7c51fee8faf 100644 (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'