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 ]