From 4b9ef52067dc34489f9f3a424337f706ed11a00b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Nov 2013 00:35:11 +0000 Subject: Add FrameInfo::write for FILE *; test it. --- test/wscript | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'test/wscript') 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 = '' -- cgit v1.2.3