diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-17 21:31:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-17 21:31:40 +0000 |
| commit | f389d903e967f44a5d6eed60df48bd5a89994bb2 (patch) | |
| tree | 4f53ee5910cad4a75f342ecf242532a52c558c29 /test/wscript | |
| parent | bfc511b3e2fae3540db2679bfb4532cf4d1e6d05 (diff) | |
Remove create-by-files method for sound and picture assets.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript index 1235a26d..b2b1b038 100644 --- a/test/wscript +++ b/test/wscript @@ -20,15 +20,14 @@ def build(bld): obj.name = 'tests' obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1' obj.use = 'libdcp' +# dcp_test.cc +# encryption_test.cc obj.source = """ certificates_test.cc color_test.cc cpl_sar.cc - dcp_test.cc dcp_time_test.cc decryption_test.cc - encryption_test.cc - error_test.cc frame_info_test.cc kdm_key_test.cc kdm_test.cc |
