X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fwscript;h=a93eac6611afe37aa0b4458315a87938d0922da1;hb=9423e02c37daba7f9e406929a1cfc1bb10fb4b62;hp=7e2cf4b0dd93f8f8b184879e15092a246700800b;hpb=d42225fe5b857fc78979fdb7c980ede67b008785;p=dcpomatic.git diff --git a/test/wscript b/test/wscript index 7e2cf4b0d..a93eac661 100644 --- a/test/wscript +++ b/test/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2015 Carl Hetherington +# Copyright (C) 2012-2016 Carl Hetherington # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,8 +30,8 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'unit-tests' - obj.uselib = 'BOOST_TEST BOOST_THREAD BOOST_FILESYSTEM BOOST_DATETIME SNDFILE DCP OPENJPEG CAIROMM PANGOMM XMLPP ' - obj.uselib += 'AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML MAGICK SUB GLIB CURL SSH XMLSEC BOOST_REGEX ' + obj.uselib = 'BOOST_TEST BOOST_THREAD BOOST_FILESYSTEM BOOST_DATETIME SNDFILE SAMPLERATE DCP FONTCONFIG CAIROMM PANGOMM XMLPP ' + obj.uselib += 'AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML MAGICK SUB GLIB CURL SSH XMLSEC BOOST_REGEX ICU ' if bld.env.TARGET_WINDOWS: obj.uselib += 'WINSOCK2' obj.use = 'libdcpomatic2' @@ -43,11 +43,15 @@ def build(bld): audio_decoder_test.cc audio_filter_test.cc audio_mapping_test.cc + audio_processor_test.cc + audio_processor_delay_test.cc black_fill_test.cc client_server_test.cc colour_conversion_test.cc dcp_subtitle_test.cc + dcpomatic_time_test.cc ffmpeg_audio_test.cc + ffmpeg_audio_only_test.cc ffmpeg_dcp_test.cc ffmpeg_decoder_seek_test.cc ffmpeg_decoder_sequential_test.cc @@ -68,6 +72,9 @@ def build(bld): ratio_test.cc repeat_frame_test.cc recover_test.cc + rect_test.cc + reels_test.cc + required_disk_space_test.cc resampler_test.cc scaling_test.cc seek_zero_test.cc @@ -81,6 +88,7 @@ def build(bld): update_checker_test.cc upmixer_a_test.cc util_test.cc + vf_test.cc video_content_scale_test.cc video_decoder_fill_test.cc xml_subtitle_test.cc @@ -88,7 +96,7 @@ def build(bld): # Disabled tests: some difference in font rendering between the test machine # and others... - # subrip_test.cc burnt_subtitle_test.cc + # burnt_subtitle_test.cc obj.target = 'unit-tests' obj.install_path = ''