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 ecf4d47..940d12d 100644
--- a/test/wscript
+++ b/test/wscript
@@ -24,7 +24,7 @@ def configure(conf):
def build(bld):
obj = bld(features='cxx cxxprogram')
obj.name = 'tests'
- obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM LIBXML++'
+ obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM LIBXML++ LOCKED_SSTREAM'
obj.use = 'libcxml'
obj.source = 'tests.cc'
obj.target = 'tests'