diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-25 09:41:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-25 09:41:36 +0000 |
| commit | ee77b3cf5f59f775e75e628aa28e8f2f9f941530 (patch) | |
| tree | bbf9ab4ef1f0f633591889cbbd6b7b65de8f5a57 /test/wscript | |
| parent | e6f28e7cda23c1ba3c49cc1bf2dc1491c2f87160 (diff) | |
It builds.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/wscript b/test/wscript index ec8dfd42c..ba5aabb7c 100644 --- a/test/wscript +++ b/test/wscript @@ -19,7 +19,6 @@ def build(bld): audio_analysis_test.cc audio_delay_test.cc audio_mapping_test.cc - audio_merger_test.cc black_fill_test.cc client_server_test.cc colour_conversion_test.cc @@ -27,7 +26,6 @@ def build(bld): ffmpeg_dcp_test.cc ffmpeg_examiner_test.cc ffmpeg_pts_offset.cc - ffmpeg_seek_test.cc file_group_test.cc film_metadata_test.cc frame_rate_test.cc @@ -35,7 +33,6 @@ def build(bld): job_test.cc make_black_test.cc pixel_formats_test.cc - play_test.cc ratio_test.cc repeat_frame_test.cc recover_test.cc @@ -60,7 +57,6 @@ def build(bld): obj.use = 'libdcpomatic' obj.source = """ test.cc - long_ffmpeg_seek_test.cc """ obj.target = 'long-unit-tests' |
