diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-11 22:29:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-11 22:29:28 +0100 |
| commit | b9842263a402b5ce1d2f85a1346ca11a419f816e (patch) | |
| tree | a7d143006ec15cd216f7df5d448b1b28b7ef9ad7 /test/wscript | |
| parent | 9a2dca23967ff404dab1a36ec3fb9075d5e8e66e (diff) | |
Fix assertion failure when processors return fewer channels than the DCP has.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index f46d3dc84..8707c1562 100644 --- a/test/wscript +++ b/test/wscript @@ -43,6 +43,7 @@ def build(bld): audio_decoder_test.cc audio_filter_test.cc audio_mapping_test.cc + audio_processor_test.cc black_fill_test.cc client_server_test.cc colour_conversion_test.cc |
