summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-23 12:37:15 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-23 12:37:15 +0000
commit10f55bf3a2ac9340263a410fa2a69f1360f5c227 (patch)
treec394c1142b6796badf37bd1791d3520363ab96af /test/wscript
parentd302d45c2102b8fc97bbd256b43fa74119cc9332 (diff)
Small FileGroup tidy-up; actually build FileGroup test; rearrange test wscript.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript37
1 files changed, 19 insertions, 18 deletions
diff --git a/test/wscript b/test/wscript
index b40b69475..5a1114904 100644
--- a/test/wscript
+++ b/test/wscript
@@ -15,31 +15,32 @@ def build(bld):
obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML'
obj.use = 'libdcpomatic'
obj.source = """
- test.cc
- scaling_test.cc
- film_metadata_test.cc
- frame_rate_test.cc
- colour_conversion_test.cc
+ 4k_test.cc
audio_delay_test.cc
- silence_padding_test.cc
audio_merger_test.cc
- resampler_test.cc
+ black_fill_test.cc
+ client_server_test.cc
+ colour_conversion_test.cc
ffmpeg_audio_test.cc
- threed_test.cc
- play_test.cc
- ffmpeg_pts_offset.cc
+ ffmpeg_dcp_test.cc
ffmpeg_examiner_test.cc
- black_fill_test.cc
- ratio_test.cc
- pixel_formats_test.cc
+ ffmpeg_pts_offset.cc
+ file_group_test.cc
+ film_metadata_test.cc
+ frame_rate_test.cc
+ image_test.cc
+ job_test.cc
make_black_test.cc
+ pixel_formats_test.cc
+ play_test.cc
+ ratio_test.cc
+ resampler_test.cc
+ scaling_test.cc
+ silence_padding_test.cc
stream_test.cc
+ test.cc
+ threed_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'