aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-16 06:32:23 +0100
committerMattias Andrée <maandree@kth.se>2016-12-16 06:32:23 +0100
commitfcf1352946a3e3102758d4c1df2c1c3ee00843ff (patch)
treef1187154f025a720b9cd6225a7b385c484870b76 /src
parentsrgb_to_srgb: use static inline version of libcolour_srgb_{encode,decode} (diff)
downloadlibcolour-fcf1352946a3e3102758d4c1df2c1c3ee00843ff.tar.gz
libcolour-fcf1352946a3e3102758d4c1df2c1c3ee00843ff.tar.bz2
libcolour-fcf1352946a3e3102758d4c1df2c1c3ee00843ff.tar.xz
update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/test.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test.c b/src/test.c
index 1e68344..b5591e0 100644
--- a/src/test.c
+++ b/src/test.c
@@ -249,6 +249,16 @@ int main(int argc, char* argv[])
if (!r)
rc = 1;
+ /* TODO test libcolour_srgb_encode */
+ /* TODO test libcolour_srgb_decode */
+ /* TODO test libcolour_srgb -> libcolour_rgb[srgb] */
+ /* TODO test libcolour_rgb[srgb] -> libcolour_srgb */
+ /* TODO test RGB colour spaces */
+ /* TODO test libcolour_delta_e */
+ /* TODO test libcolour_marshal */
+ /* TODO test libcolour_unmarshal */
+ /* TODO test libcolour_convert with single conversions */
+
return rc;
fail:
perror(*argv);