X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=test%2Fwscript;h=fef1584f32c49e01045594bf44c54e66b16e2ab7;hb=78e5a331074a456097a162d47501daf1df1ab1a3;hp=60d846aeab386e647084164e829e62de732aab22;hpb=89115db77729a2c99f1a09ff6a461720e16f889e;p=dcpomatic.git diff --git a/test/wscript b/test/wscript index 60d846aea..fef1584f3 100644 --- a/test/wscript +++ b/test/wscript @@ -14,6 +14,30 @@ def build(bld): obj.name = 'unit-tests' obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML' obj.use = 'libdcpomatic' - obj.source = 'test.cc' + obj.source = """ + test.cc + resampler_test.cc + ffmpeg_audio_test.cc + threed_test.cc + play_test.cc + frame_rate_test.cc + silence_padding_test.cc + audio_delay_test.cc + ffmpeg_pts_offset.cc + ffmpeg_examiner_test.cc + black_fill_test.cc + scaling_test.cc + ratio_test.cc + pixel_formats_test.cc + make_black_test.cc + film_metadata_test.cc + stream_test.cc + util_test.cc + ffmpeg_dcp_test.cc + job_test.cc + client_server_test.cc + image_test.cc + 4k_test.cc + """ obj.target = 'unit-tests' obj.install_path = ''