summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-29 22:57:31 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-29 22:57:31 +0100
commit78ea7fcd0d2b78cb9e70f069dad68a1efb3a1141 (patch)
treebf4b82bfae0689e2d66325830743160ae7dbbb0a /test/wscript
parentacbf27ab408dd43739c081ae9cfe8bf831715453 (diff)
Add AudioBuffers unit test.
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 5e728af0b..ec61915a6 100644
--- a/test/wscript
+++ b/test/wscript
@@ -17,6 +17,7 @@ def build(bld):
obj.source = """
4k_test.cc
audio_analysis_test.cc
+ audio_buffers_test.cc
audio_delay_test.cc
audio_mapping_test.cc
black_fill_test.cc