From 3fc1eba823a52603aa58f3df6f08dc4e73309c63 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2012 18:32:02 +0100 Subject: Make sure we link with the local libdcp for tests. --- test/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 136cf36d..08e83d6d 100644 --- a/test/wscript +++ b/test/wscript @@ -13,6 +13,8 @@ def configure(conf): lib = 'boost_unit_test_framework%s' % boost_lib_suffix, uselib_store = 'BOOST_TEST') + conf.env.prepend_value('LINKFLAGS', '-Lsrc') + def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'tests' -- cgit v1.2.3