summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeandro Ribeiro <leandro.ribeiro@collabora.com>2023-04-26 17:06:38 -0300
committerPekka Paalanen <pq@iki.fi>2023-04-27 10:37:38 +0000
commit7ea4075d777cd9da2d51db117e80b6cea90a1c6d (patch)
treeba4a18b5a1a1563b6dee6c00c25c007af49a9f30
parent65ada65973e3238c3caa22431d78ddc8e8106477 (diff)
downloadweston-7ea4075d777cd9da2d51db117e80b6cea90a1c6d.tar.gz
tests/color-icc-output: differentiate test name based on ICC profile type
For now we have some tests with the same name. Differentiate them based on the ICC profile type that they build: CLUT vs matrix shaper. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
-rw-r--r--tests/color-icc-output-test.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/color-icc-output-test.c b/tests/color-icc-output-test.c
index b622e483..0eac2dd4 100644
--- a/tests/color-icc-output-test.c
+++ b/tests/color-icc-output-test.c
@@ -164,12 +164,12 @@ struct setup_args {
};
static const struct setup_args my_setup_args[] = {
- /* name, ref img, pipeline, tolerance, dim, profile type, clut tolerance */
- { { "sRGB->sRGB" }, 0, &pipeline_sRGB, 0.0, 0, PTYPE_MATRIX_SHAPER },
- { { "sRGB->adobeRGB" }, 1, &pipeline_adobeRGB, 1.4, 0, PTYPE_MATRIX_SHAPER },
- { { "sRGB->BT2020" }, 2, &pipeline_BT2020, 4.5, 0, PTYPE_MATRIX_SHAPER },
- { { "sRGB->sRGB" }, 0, &pipeline_sRGB, 0.0, 17, PTYPE_CLUT, 0.0005 },
- { { "sRGB->adobeRGB" }, 1, &pipeline_adobeRGB, 1.8, 17, PTYPE_CLUT, 0.0065 },
+ /* name, ref img, pipeline, tolerance, dim, profile type, clut tolerance */
+ { { "sRGB->sRGB MAT" }, 0, &pipeline_sRGB, 0.0, 0, PTYPE_MATRIX_SHAPER },
+ { { "sRGB->adobeRGB MAT" }, 1, &pipeline_adobeRGB, 1.4, 0, PTYPE_MATRIX_SHAPER },
+ { { "sRGB->BT2020 MAT" }, 2, &pipeline_BT2020, 4.5, 0, PTYPE_MATRIX_SHAPER },
+ { { "sRGB->sRGB CLUT" }, 0, &pipeline_sRGB, 0.0, 17, PTYPE_CLUT, 0.0005 },
+ { { "sRGB->adobeRGB CLUT" }, 1, &pipeline_adobeRGB, 1.8, 17, PTYPE_CLUT, 0.0065 },
};
static void