diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-16 00:41:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-16 00:41:21 +0000 |
| commit | c752127be35b34f744036fbbf4d5cf95f3b3c973 (patch) | |
| tree | 7f661ba224799e5ab21678a88aa4fc2d3b7955ff /test/wscript | |
| parent | 19b5ac5e09e204a9c22daff460f3cbb2137d265b (diff) | |
Missing test dependency.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 50f9e9b..5da652d 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 CXML' + obj.uselib = 'BOOST_TEST CXML DCP' obj.use = 'libsub' obj.source = """ dcp_reader_test.cc |
