From 9b35264bdb6e9468c2c1bb9b4df96daa537ee432 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Apr 2010 14:30:00 +0000 Subject: [PATCH] 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 --- libs/ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/wscript b/libs/ardour/wscript index bce5e4f3d6..dd0138968c 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -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'