Missing uselib.
[libcxml.git] / test / wscript
index 54fe93221344d663586a197be8061d36c979b558..7133792b331dff8c587026e7512f97c07a37ce21 100644 (file)
@@ -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'