Extract Film::Property to its own header to (maybe) increase compilation speed.
[dcpomatic.git] / test / wscript
index 827a3feb854d4644bc481013f8c032c5eca4bcb9..ccace40e76245e2bf22d54b18563882fa9857657 100644 (file)
@@ -44,6 +44,7 @@ def build(bld):
         obj.uselib += 'DL '
     obj.use    = 'libdcpomatic2'
     obj.source = """
+                 2536_regression_test.cc
                  4k_test.cc
                  atmos_test.cc
                  audio_analysis_test.cc
@@ -66,6 +67,7 @@ def build(bld):
                  config_test.cc
                  content_test.cc
                  cpl_hash_test.cc
+                 cpl_metadata_test.cc
                  create_cli_test.cc
                  crypto_test.cc
                  dcpomatic_time_test.cc
@@ -92,6 +94,7 @@ def build(bld):
                  file_group_test.cc
                  file_log_test.cc
                  file_naming_test.cc
+                 film_test.cc
                  film_metadata_test.cc
                  find_missing_test.cc
                  font_comparator_test.cc
@@ -113,6 +116,7 @@ def build(bld):
                  kdm_util_test.cc
                  low_bitrate_test.cc
                  markers_test.cc
+                 map_cli_test.cc
                  mca_subdescriptors_test.cc
                  no_use_video_test.cc
                  optimise_stills_test.cc