summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-25 00:53:55 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-25 00:53:55 +0000
commit7a7d06be4a2b300dbd0607d321de9d644d665abe (patch)
treedee748565c2cd1196dc6bf2c9c5ac5e193072fdb /test/wscript
parentc8223fa45f01bc38d36f368f12454cf6a3375b1b (diff)
Add test for serialisation of audio analyses.
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 b40b69475..76de63a52 100644
--- a/test/wscript
+++ b/test/wscript
@@ -16,6 +16,7 @@ def build(bld):
obj.use = 'libdcpomatic'
obj.source = """
test.cc
+ audio_analysis_test.cc
scaling_test.cc
film_metadata_test.cc
frame_rate_test.cc