Missing test dependency.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Dec 2014 00:41:21 +0000 (00:41 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Dec 2014 00:41:21 +0000 (00:41 +0000)
test/wscript

index 50f9e9bf074dd8aca5da90d0f471c09fdc60ed44..5da652dad9b7fd98b5b7b69f4f31762e5f0bbda8 100644 (file)
@@ -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