summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-11 22:29:28 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-11 22:29:28 +0100
commitb9842263a402b5ce1d2f85a1346ca11a419f816e (patch)
treea7d143006ec15cd216f7df5d448b1b28b7ef9ad7 /test/wscript
parent9a2dca23967ff404dab1a36ec3fb9075d5e8e66e (diff)
Fix assertion failure when processors return fewer channels than the DCP has.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript1
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