diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-28 11:39:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | edb7b4d0a662f8d2ed0218194179249d96d13103 (patch) | |
| tree | 57b38fb3b1ff351582406a6d29be3d4b9312ef49 /test/wscript | |
| parent | 17e80bc37eea735629e13f068005653428c44cce (diff) | |
Restore player_test and move black_fill_test into it.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/wscript b/test/wscript index 88eb3b5a9..24303953d 100644 --- a/test/wscript +++ b/test/wscript @@ -48,7 +48,6 @@ def build(bld): audio_merger_test.cc audio_processor_test.cc audio_processor_delay_test.cc - black_fill_test.cc client_server_test.cc colour_conversion_test.cc dcpomatic_time_test.cc @@ -72,6 +71,7 @@ def build(bld): job_test.cc make_black_test.cc pixel_formats_test.cc + player_test.cc ratio_test.cc repeat_frame_test.cc recover_test.cc @@ -107,7 +107,6 @@ def build(bld): # ffmpeg_decoder_seek_test.cc # ffmpeg_decoder_sequential_test.cc # silence_padding_test.cc - # player_test.cc # seek_zero_test.cc # upmixer_a_test.cc # video_decoder_fill_test.cc |
