Fix corruption of an existing DCP when a new one is made with the same video
[dcpomatic.git] / test / wscript
index 85a573f0cc25987f1607b0c6ea4ccb5be6e02b17..ecbc32faba96f5800c55d86b61c3ef81f8b8ad4b 100644 (file)
@@ -36,7 +36,7 @@ def build(bld):
     obj.uselib =  'BOOST_TEST BOOST_THREAD BOOST_FILESYSTEM BOOST_DATETIME SNDFILE SAMPLERATE DCP FONTCONFIG CAIROMM PANGOMM XMLPP '
     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.uselib += 'WINSOCK2 DBGHELP SHLWAPI MSWSOCK BOOST_LOCALE '
     obj.use    = 'libdcpomatic2'
     obj.source = """
                  4k_test.cc
@@ -48,16 +48,21 @@ def build(bld):
                  audio_merger_test.cc
                  audio_processor_test.cc
                  audio_processor_delay_test.cc
+                 audio_ring_buffers_test.cc
+                 butler_test.cc
                  client_server_test.cc
                  colour_conversion_test.cc
+                 content_test.cc
                  dcpomatic_time_test.cc
                  dcp_subtitle_test.cc
                  digest_test.cc
+                 empty_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
@@ -73,6 +78,7 @@ def build(bld):
                  j2k_bandwidth_test.cc
                  job_test.cc
                  make_black_test.cc
+                 optimise_stills_test.cc
                  pixel_formats_test.cc
                  player_test.cc
                  ratio_test.cc
@@ -81,6 +87,8 @@ def build(bld):
                  rect_test.cc
                  reels_test.cc
                  required_disk_space_test.cc
+                 remake_id_test.cc
+                 remake_with_subtitle_test.cc
                  render_subtitles_test.cc
                  scaling_test.cc
                  silence_padding_test.cc
@@ -88,10 +96,13 @@ def build(bld):
                  srt_subtitle_test.cc
                  ssa_subtitle_test.cc
                  stream_test.cc
+                 subtitle_reel_number_test.cc
                  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
@@ -104,8 +115,5 @@ def build(bld):
     # This one doesn't check anything
     # resampler_test.cc
 
-    # XXX
-    # upmixer_a_test.cc
-
     obj.target = 'unit-tests'
     obj.install_path = ''