summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-07 00:35:02 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-07 00:35:02 +0100
commit6cac3a738e897fcc326ba70564f02c8dfa2ef900 (patch)
tree12db6db59a29b86a7d479e8f77f056daf21ab6fb /test/wscript
parent3ed27a56082d4f21e9688852f8eb13477d192f58 (diff)
Add another 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 0fae810c..da306d61 100644
--- a/test/wscript
+++ b/test/wscript
@@ -25,6 +25,7 @@ def build(bld):
else:
obj.use = 'libdcp%s' % bld.env.API_VERSION
obj.source = """
+ asset_test.cc
certificates_test.cc
colour_test.cc
colour_conversion_test.cc