Add colour conversion identifier to video identifier.
[dcpomatic.git] / test / wscript
index 71636a05d7fbaed510005fce9c00d4c866a118a0..7c7aee733bd51488f791a57887ea25fa7dcf3260 100644 (file)
@@ -13,7 +13,34 @@ def build(bld):
     obj = bld(features = 'cxx cxxprogram')
     obj.name   = 'unit-tests'
     obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML'
-    obj.use    = 'libdvdomatic'
-    obj.source = 'test.cc'
+    obj.use    = 'libdcpomatic'
+    obj.source = """
+                 test.cc
+                 colour_conversion_test.cc
+                 audio_delay_test.cc
+                 silence_padding_test.cc
+                 audio_merger_test.cc
+                 resampler_test.cc
+                 ffmpeg_audio_test.cc
+                 threed_test.cc
+                 play_test.cc
+                 frame_rate_test.cc
+                 ffmpeg_pts_offset.cc
+                 ffmpeg_examiner_test.cc
+                 black_fill_test.cc
+                 scaling_test.cc
+                 ratio_test.cc
+                 pixel_formats_test.cc
+                 make_black_test.cc
+                 film_metadata_test.cc
+                 stream_test.cc
+                 util_test.cc
+                 ffmpeg_dcp_test.cc
+                 job_test.cc
+                 client_server_test.cc
+                 image_test.cc
+                 4k_test.cc
+                 """
+
     obj.target = 'unit-tests'
     obj.install_path = ''