summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript18
1 files changed, 17 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript
index 2892bf9e..ec70288b 100644
--- a/test/wscript
+++ b/test/wscript
@@ -20,7 +20,23 @@ def build(bld):
obj.name = 'tests'
obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1'
obj.use = 'libdcp'
- obj.source = 'tests.cc'
+ obj.source = """
+ test.cc
+ certificates_test.cc
+ dcp_test.cc
+ encryption_test.cc
+ lut_test.cc
+ read_dcp_test.cc
+ color_test.cc
+ dcp_time_test.cc
+ error_test.cc
+ recovery_test.cc
+ utc_offset_to_string_test.cc
+ decryption_test.cc
+ kdm_test.cc
+ subtitle_tests.cc
+ util_test.cc
+ """
obj.target = 'tests'
obj.install_path = ''