summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript
index 83232216..83253f2b 100644
--- a/test/wscript
+++ b/test/wscript
@@ -18,16 +18,16 @@ def configure(conf):
def build(bld):
obj = bld(features='cxx cxxprogram')
obj.name = 'tests'
- obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1'
+ obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1 SNDFILE'
obj.use = 'libdcp'
-# dcp_test.cc
-# encryption_test.cc
obj.source = """
certificates_test.cc
color_test.cc
cpl_sar_test.cc
+ dcp_test.cc
dcp_time_test.cc
decryption_test.cc
+ encryption_test.cc
frame_info_test.cc
kdm_key_test.cc
kdm_test.cc