summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-18 22:11:59 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-18 22:11:59 +0100
commitb89cc774a89867caa97db4b082655569c7d69432 (patch)
tree7a2381e431ac37c1e23752ad5970ded4dd99f56a /test/wscript
parente4b30a67b690755a3cd44678bd0671f06af8a36e (diff)
Add colour conversion identifier to video identifier.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index 8cc50a683..7c7aee733 100644
--- a/test/wscript
+++ b/test/wscript
@@ -16,6 +16,7 @@ def build(bld):
obj.use = 'libdcpomatic'
obj.source = """
test.cc
+ colour_conversion_test.cc
audio_delay_test.cc
silence_padding_test.cc
audio_merger_test.cc
@@ -40,5 +41,6 @@ def build(bld):
image_test.cc
4k_test.cc
"""
+
obj.target = 'unit-tests'
obj.install_path = ''