diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
| commit | 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch) | |
| tree | 7eb15ce9c90240aaeacefce9f018281d720b248c /test/wscript | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 60d846aea..f4a7061d1 100644 --- a/test/wscript +++ b/test/wscript @@ -14,6 +14,26 @@ def build(bld): obj.name = 'unit-tests' obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML' obj.use = 'libdcpomatic' - obj.source = 'test.cc' + obj.source = """ + test.cc + play_test.cc + frame_rate_test.cc + silence_padding_test.cc + audio_delay_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 + """ obj.target = 'unit-tests' obj.install_path = '' |
