diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-19 21:46:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-19 21:46:01 +0000 |
| commit | 7702e5d643440e75369078863b34f8a574ee4143 (patch) | |
| tree | e01edc51718fd6c475b449748ff7fa6e5c526bc9 /test/wscript | |
| parent | c91aa27e13703874c944fed763b5b039ceae71d2 (diff) | |
Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/wscript b/test/wscript index 407765af..7e7122b1 100644 --- a/test/wscript +++ b/test/wscript @@ -29,14 +29,13 @@ def build(bld): decryption_test.cc encryption_test.cc frame_info_test.cc - kdm_key_test.cc + local_time_test.cc kdm_test.cc read_dcp_test.cc recovery_test.cc round_trip_test.cc subtitle_tests.cc test.cc - utc_offset_to_string_test.cc util_test.cc """ obj.target = 'tests' |
