diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:37:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:37:36 +0000 |
| commit | ef2b005a86471bdcdff1e663008714be0c80788a (patch) | |
| tree | 55278fbabaa041fde28782dff737b16102592308 /test | |
| parent | 64dadb1855ff8878321d7df4b87d54110911e75e (diff) | |
Missing dependencies.
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 880e614..6c03ecf 100644 --- a/test/wscript +++ b/test/wscript @@ -17,7 +17,7 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST DCP CXML' + obj.uselib = 'BOOST_TEST DCP CXML ASDCPLIB_CTH' obj.use = 'libsub-1.0' obj.source = """ dcp_reader_test.cc |
