Add a very simple test for writing subtitles.
[libdcp.git] / test / wscript
index 3ad2002c47a9e3beea335ca1a7a628d2f48db121..30015939418b5073020ff438103193cd0124d585 100644 (file)
@@ -25,7 +25,6 @@ def build(bld):
     else:
         obj.use = 'libdcp%s' % bld.env.API_VERSION
     obj.source = """
-                 argb_frame_test.cc
                  certificates_test.cc
                  colour_test.cc
                  colour_conversion_test.cc
@@ -37,18 +36,20 @@ def build(bld):
                  encryption_test.cc
                  exception_test.cc
                  fraction_test.cc
-                 frame_info_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
-                 subtitle_tests.cc
+                 smpte_subtitle_test.cc
                  test.cc 
                  text_test.cc
                  util_test.cc
+                 write_subtitle_test.cc
                  """
     obj.target = 'tests'
     obj.install_path = ''