summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
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 54fe932..7133792 100644
--- a/test/wscript
+++ b/test/wscript
@@ -4,7 +4,7 @@ def configure(conf):
def build(bld):
obj = bld(features='cxx cxxprogram')
obj.name = 'tests'
- obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM'
+ obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM LIBXML++'
obj.use = 'libcxml'
obj.source = 'tests.cc'
obj.target = 'tests'