summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-04 21:45:31 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-04 21:45:31 +0100
commitc4e169481578ea3b64c5ae4b0a4e4bb7a53af753 (patch)
tree447d8955f9a0598eb3420f7a1b28a94163353552 /test/wscript
parent16fed28053701e47f09c7efbd43cbc21d919455e (diff)
More static build fixes.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript
index 1369239..71ad5b2 100644
--- a/test/wscript
+++ b/test/wscript
@@ -13,7 +13,7 @@ def configure(conf):
def build(bld):
obj = bld(features='cxx cxxprogram')
obj.name = 'tests'
- obj.uselib = 'BOOST_TEST'
+ obj.uselib = 'BOOST_TEST CXML'
obj.use = 'libsub'
obj.source = """
dcp_reader_test.cc