X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fwscript;h=380d40d84e265d47a1fd7afc09c0903628c8178d;hb=4e411ea97b4dab8a5fa282d1d4cf7971ef1e24ad;hp=3c7484fcdb48f17521bbf626fa8544785d8de2dd;hpb=b8fb440b93ff5ee835249204bd5642cf95a4ac99;p=dcpomatic.git diff --git a/test/wscript b/test/wscript index 3c7484fcd..380d40d84 100644 --- a/test/wscript +++ b/test/wscript @@ -12,37 +12,43 @@ 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_buffers_test.cc audio_delay_test.cc - audio_merger_test.cc + audio_decoder_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 + isdcf_name_test.cc job_test.cc make_black_test.cc + player_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 @@ -57,7 +63,6 @@ def build(bld): obj.use = 'libdcpomatic' obj.source = """ test.cc - long_ffmpeg_seek_test.cc """ obj.target = 'long-unit-tests'