diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-16 06:32:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-16 06:32:23 +0100 |
commit | fcf1352946a3e3102758d4c1df2c1c3ee00843ff (patch) | |
tree | f1187154f025a720b9cd6225a7b385c484870b76 /src | |
parent | srgb_to_srgb: use static inline version of libcolour_srgb_{encode,decode} (diff) | |
download | libcolour-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.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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); |