X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fwscript;h=5e728af0b0402cbef0836a7c285a641cbd8d2540;hb=233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb;hp=1a924ba0d0c5f8ea18fff197d5f9c70223c98291;hpb=c94f29d333e1b81aabbc396920250844460d46f6;p=dcpomatic.git diff --git a/test/wscript b/test/wscript index 1a924ba0d..5e728af0b 100644 --- a/test/wscript +++ b/test/wscript @@ -12,35 +12,40 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'unit-tests' - obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML' + obj.uselib = 'BOOST_TEST BOOST_THREAD DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML' obj.use = 'libdcpomatic' obj.source = """ 4k_test.cc audio_analysis_test.cc audio_delay_test.cc - audio_merger_test.cc + audio_mapping_test.cc black_fill_test.cc client_server_test.cc colour_conversion_test.cc ffmpeg_audio_test.cc ffmpeg_dcp_test.cc + ffmpeg_decoder_seek_test.cc + ffmpeg_decoder_sequential_test.cc ffmpeg_examiner_test.cc - ffmpeg_pts_offset.cc - ffmpeg_seek_test.cc + ffmpeg_pts_offset_test.cc file_group_test.cc film_metadata_test.cc frame_rate_test.cc image_test.cc job_test.cc make_black_test.cc + player_silence_padding_test.cc pixel_formats_test.cc - play_test.cc ratio_test.cc repeat_frame_test.cc + recover_test.cc resampler_test.cc scaling_test.cc + seek_zero_test.cc silence_padding_test.cc + skip_frame_test.cc stream_test.cc + subrip_test.cc test.cc threed_test.cc util_test.cc @@ -55,7 +60,6 @@ def build(bld): obj.use = 'libdcpomatic' obj.source = """ test.cc - long_ffmpeg_seek_test.cc """ obj.target = 'long-unit-tests'