diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
| commit | 4b9ef52067dc34489f9f3a424337f706ed11a00b (patch) | |
| tree | 214fd5c1462fed718edaad53b43ed50e77768b9b /test/wscript | |
| parent | f38137b21051ce770bbb4d829ae9d6229e97508f (diff) | |
Add FrameInfo::write for FILE *; test it.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/test/wscript b/test/wscript index 6b8b78d0..23469203 100644 --- a/test/wscript +++ b/test/wscript @@ -21,23 +21,24 @@ def build(bld): obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1' obj.use = 'libdcp' obj.source = """ - test.cc - kdm_key_test.cc certificates_test.cc + color_test.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 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 + round_trip_test.cc subtitle_tests.cc + test.cc + utc_offset_to_string_test.cc util_test.cc - round_trip_test.cc """ obj.target = 'tests' obj.install_path = '' |
