Add a very simple test for writing subtitles.
[libdcp.git] / test / wscript
index b723f54c357e7be18f4495ecf2a700dcec8454ae..30015939418b5073020ff438103193cd0124d585 100644 (file)
@@ -25,7 +25,6 @@ def build(bld):
     else:
         obj.use = 'libdcp%s' % bld.env.API_VERSION
     obj.source = """
-                 argb_image_test.cc
                  certificates_test.cc
                  colour_test.cc
                  colour_conversion_test.cc
@@ -37,21 +36,20 @@ def build(bld):
                  encryption_test.cc
                  exception_test.cc
                  fraction_test.cc
-                 frame_info_test.cc
-                 image_test.cc
                  interop_load_font_test.cc
                  local_time_test.cc
                  kdm_test.cc
                  read_dcp_test.cc
+                 read_subtitle_test.cc
                  recovery_test.cc
                  rgb_xyz_test.cc
                  round_trip_test.cc
                  smpte_load_font_test.cc
                  smpte_subtitle_test.cc
-                 subtitle_test.cc
                  test.cc 
                  text_test.cc
                  util_test.cc
+                 write_subtitle_test.cc
                  """
     obj.target = 'tests'
     obj.install_path = ''