X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fwscript;h=5807d94ea9937f5dcc15d30d071b28d55a12b910;hb=45a932e0756a9e1f708606d9704425c8f5c5aeb5;hp=223f70b80e6983f4fc36bdbf0d95c54dbaeb8245;hpb=2034cf8a82be21d4d07de81ae40c8255da1ed21e;p=dcpomatic.git diff --git a/test/wscript b/test/wscript index 223f70b80..5807d94ea 100644 --- a/test/wscript +++ b/test/wscript @@ -36,7 +36,7 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'unit-tests' obj.uselib = 'BOOST_TEST BOOST_THREAD BOOST_FILESYSTEM BOOST_DATETIME SNDFILE SAMPLERATE DCP FONTCONFIG CAIROMM PANGOMM XMLPP ' - obj.uselib += 'AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE SWRESAMPLE POSTPROC CXML SUB GLIB CURL SSH XMLSEC BOOST_REGEX ICU NETTLE PNG ' + obj.uselib += 'AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE SWRESAMPLE POSTPROC CXML SUB GLIB CURL SSH XMLSEC BOOST_REGEX ICU NETTLE PNG JPEG ' obj.uselib += 'LEQM_NRT ZIP ' if bld.env.TARGET_WINDOWS_64 or bld.env.TARGET_WINDOWS_32: obj.uselib += 'WINSOCK2 DBGHELP SHLWAPI MSWSOCK BOOST_LOCALE ' @@ -60,6 +60,7 @@ def build(bld): cinema_sound_processor_test.cc client_server_test.cc closed_caption_test.cc + collator_test.cc colour_conversion_test.cc config_test.cc content_test.cc @@ -76,6 +77,7 @@ def build(bld): empty_caption_test.cc empty_test.cc encryption_test.cc + file_extension_test.cc ffmpeg_audio_only_test.cc ffmpeg_audio_test.cc ffmpeg_dcp_test.cc @@ -84,13 +86,16 @@ def build(bld): ffmpeg_decoder_sequential_test.cc ffmpeg_encoder_test.cc ffmpeg_examiner_test.cc + ffmpeg_properties_test.cc ffmpeg_pts_offset_test.cc file_group_test.cc file_log_test.cc file_naming_test.cc film_metadata_test.cc + find_missing_test.cc frame_interval_checker_test.cc frame_rate_test.cc + guess_crop_test.cc hints_test.cc image_content_fade_test.cc image_filename_sorter_test.cc @@ -112,6 +117,7 @@ def build(bld): player_test.cc pulldown_detect_test.cc ratio_test.cc + release_notes_test.cc repeat_frame_test.cc recover_test.cc rect_test.cc @@ -122,6 +128,8 @@ def build(bld): remake_with_subtitle_test.cc render_subtitles_test.cc scaling_test.cc + scope_guard_test.cc + scoped_temporary_test.cc silence_padding_test.cc shuffler_test.cc skip_frame_test.cc @@ -130,8 +138,11 @@ def build(bld): ssa_subtitle_test.cc stream_test.cc subtitle_charset_test.cc + subtitle_font_id_test.cc + subtitle_font_id_change_test.cc subtitle_language_test.cc subtitle_metadata_test.cc + subtitle_position_test.cc subtitle_reel_test.cc subtitle_reel_number_test.cc subtitle_timing_test.cc @@ -148,7 +159,6 @@ def build(bld): video_level_test.cc video_mxf_content_test.cc vf_kdm_test.cc - windows_test.cc writer_test.cc zipper_test.cc """