Allow repeat-frame to work with 3D.
[dcpomatic.git] / test / wscript
index 0a871ec55f1413310dc5e54adffec71157115e01..3ccc644236e872d15be41dbe48a5fbe33fcd0bf7 100644 (file)
@@ -34,7 +34,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 POSTPROC CXML MAGICK SUB GLIB CURL SSH XMLSEC BOOST_REGEX ICU NETTLE '
+    obj.uselib += 'AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE SWRESAMPLE POSTPROC CXML MAGICK SUB GLIB CURL SSH XMLSEC BOOST_REGEX ICU NETTLE '
     if bld.env.TARGET_WINDOWS:
         obj.uselib += 'WINSOCK2 BFD DBGHELP IBERTY SHLWAPI MSWSOCK BOOST_LOCALE '
     obj.use    = 'libdcpomatic2'
@@ -43,22 +43,23 @@ def build(bld):
                  audio_analysis_test.cc
                  audio_buffers_test.cc
                  audio_delay_test.cc
-                 audio_decoder_test.cc
                  audio_filter_test.cc
                  audio_mapping_test.cc
+                 audio_merger_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
+                 content_test.cc
                  dcpomatic_time_test.cc
+                 dcp_subtitle_test.cc
                  digest_test.cc
-                 ffmpeg_audio_test.cc
                  ffmpeg_audio_only_test.cc
+                 ffmpeg_audio_test.cc
                  ffmpeg_dcp_test.cc
                  ffmpeg_decoder_seek_test.cc
                  ffmpeg_decoder_sequential_test.cc
+                 ffmpeg_encoder_test.cc
                  ffmpeg_examiner_test.cc
                  ffmpeg_pts_offset_test.cc
                  file_group_test.cc
@@ -74,8 +75,9 @@ def build(bld):
                  j2k_bandwidth_test.cc
                  job_test.cc
                  make_black_test.cc
-                 player_test.cc
+                 optimise_stills_test.cc
                  pixel_formats_test.cc
+                 player_test.cc
                  ratio_test.cc
                  repeat_frame_test.cc
                  recover_test.cc
@@ -83,9 +85,7 @@ def build(bld):
                  reels_test.cc
                  required_disk_space_test.cc
                  render_subtitles_test.cc
-                 resampler_test.cc
                  scaling_test.cc
-                 seek_zero_test.cc
                  silence_padding_test.cc
                  skip_frame_test.cc
                  srt_subtitle_test.cc
@@ -94,19 +94,20 @@ def build(bld):
                  test.cc
                  threed_test.cc
                  time_calculation_test.cc
+                 torture_test.cc
                  update_checker_test.cc
                  upmixer_a_test.cc
                  util_test.cc
                  vf_test.cc
                  video_content_scale_test.cc
-                 video_decoder_fill_test.cc
-                 video_frame_test.cc
                  video_mxf_content_test.cc
+                 vf_kdm_test.cc
                  """
 
-    # Disabled tests: some difference in font rendering between the test machine
-    # and others...
+    # Some difference in font rendering between the test machine and others...
     # burnt_subtitle_test.cc
+    # This one doesn't check anything
+    # resampler_test.cc
 
     obj.target = 'unit-tests'
     obj.install_path = ''