diff --git a/tests/color-shaper-matrix-test.c b/tests/color-icc-output-test.c similarity index 100% rename from tests/color-shaper-matrix-test.c rename to tests/color-icc-output-test.c diff --git a/tests/meson.build b/tests/meson.build index cc7f8c7b..920eb9d7 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -258,11 +258,11 @@ if get_option('color-management-lcms') error('color-management-lcms tests require lcms2 which was not found. Or, you can use \'-Dcolor-management-lcms=false\'.') endif tests += [ - { 'name': 'color-metadata-parsing' }, { - 'name': 'color-shaper-matrix', + 'name': 'color-icc-output', 'dep_objs': [ dep_libm, dep_lcms_util ] }, + { 'name': 'color-metadata-parsing' }, { 'name': 'lcms-util', 'dep_objs': [ dep_lcms_util ]