aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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);