summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-02 22:33:27 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-02 22:33:27 +0000
commit989f182558193a51e0a26603fb2ca59f827216a0 (patch)
tree7d2b2511967e5417838a4343341e5aa9d26cf2b8 /test/wscript
parent0d7fe66361a40702cb97357955cf35256f1d2c26 (diff)
Remove Image and ARGBImage and just dump RGB data into
uint8_t* buffers. This is hopefully simpler than trying to come up with some Image hierarchy that suits everything.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wscript b/test/wscript
index b723f54c..09bcb132 100644
--- a/test/wscript
+++ b/test/wscript
@@ -25,7 +25,6 @@ def build(bld):
else:
obj.use = 'libdcp%s' % bld.env.API_VERSION
obj.source = """
- argb_image_test.cc
certificates_test.cc
colour_test.cc
colour_conversion_test.cc
@@ -38,7 +37,6 @@ def build(bld):
exception_test.cc
fraction_test.cc
frame_info_test.cc
- image_test.cc
interop_load_font_test.cc
local_time_test.cc
kdm_test.cc