mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 07:38:22 +02:00
tests/color-icc-output: make use of color debug scopes
Now that we have color profile, transformation and optimizer debug scopes, make use them in this test. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
This commit is contained in:
parent
84eb3158b4
commit
a62cb45b6e
1 changed files with 1 additions and 0 deletions
|
|
@ -443,6 +443,7 @@ fixture_setup(struct weston_test_harness *harness, const struct setup_args *arg)
|
|||
setup.width = WINDOW_WIDTH;
|
||||
setup.height = WINDOW_HEIGHT;
|
||||
setup.shell = SHELL_TEST_DESKTOP;
|
||||
setup.logging_scopes = "log,color-lcms-profiles,color-lcms-transformations,color-lcms-optimizer";
|
||||
|
||||
file_name = build_output_icc_profile(arg);
|
||||
if (!file_name)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue