diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-24 13:05:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-24 13:05:41 +0100 |
| commit | 25e945fa6aab2c3e5e26a806e55e3cba63e4c9ed (patch) | |
| tree | de895983c28b09443d420ef29076e9fa576e9558 /test | |
| parent | 9777a3cef3f434c5c9ba60161602a9305c705eb1 (diff) | |
| parent | dd029ff0537fcf7ee3e5d853301716a1c122d96d (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libcxml
Diffstat (limited to 'test')
| -rw-r--r-- | test/wscript | 2 |
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' |
