From e593d9142d86d2e56d4b0b6e0f091a631bb98128 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 16 Apr 2026 14:42:08 +0300 Subject: [PATCH] tests: rename color-management to image-description-query This is the program's new scope. Also drop unnecessary dependencies, these were consolidated when color management protocol helpers moved into the harness. Signed-off-by: Pekka Paalanen --- ...nagement-test.c => image-description-query-test.c} | 0 tests/meson.build | 11 +++-------- 2 files changed, 3 insertions(+), 8 deletions(-) rename tests/{color-management-test.c => image-description-query-test.c} (100%) diff --git a/tests/color-management-test.c b/tests/image-description-query-test.c similarity index 100% rename from tests/color-management-test.c rename to tests/image-description-query-test.c diff --git a/tests/meson.build b/tests/meson.build index 6f7b14550..7d38c50ba 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -187,14 +187,6 @@ if get_option('color-management-lcms') 'link_with': plugin_color_lcms, 'dep_objs': [ dep_lcms_util ] }, - { 'name': 'color-management', - 'sources': [ - 'color-management-test.c', - color_management_v1_client_protocol_h, - color_management_v1_protocol_c, - ], - 'dep_objs': [ dep_lcms_util ] - }, { 'name': 'color-management-parametric', 'sources': [ 'color-management-parametric-test.c', @@ -203,6 +195,9 @@ if get_option('color-management-lcms') ], 'dep_objs': [ dep_lcms_util ] }, + { 'name': 'image-description-query', + 'dep_objs': [ dep_lcms_util ] + }, { 'name': 'lcms-util', 'dep_objs': [ dep_lcms_util ]