summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-16 18:01:34 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-03 20:07:03 +0000
commit747b2a6586a371259590bc562ef75f1fde29c47e (patch)
tree56db9484c7090de060ba7c1899480cfddcd13f63 /test/wscript
parent21ad900d607de35ea84b18076e3bc8a105315abd (diff)
Various build system / dependency fixes.
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 880e614..94965ec 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 BOOST_REGEX BOOST_FILESYSTEM DCP CXML ASDCPLIB_CTH'
obj.use = 'libsub-1.0'
obj.source = """
dcp_reader_test.cc