diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
| commit | 43465aa4037cec6d351a842a6624a50685d6c127 (patch) | |
| tree | c4a7ddc4ee7fd49492588422bb53b2c84760e83c /test/wscript | |
| parent | b405b414993458babbb4532ddeeef9928ec7c06e (diff) | |
Split tests up.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 18 |
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 = '' |
