Issue #15257: test failing because gegl:bevel doesn't see GPL ops.

This commit is contained in:
Jehan 2025-12-04 23:47:00 +01:00
parent 28925c2797
commit 2fd1284749

View file

@ -162,6 +162,10 @@ gimp_init_for_gui_testing_internal (gboolean show_gui,
/* from main() */
gimp_log_init ();
g_object_set (gegl_config (),
"use-opencl", FALSE,
"application-license", "GPL3",
NULL);
gegl_init (NULL, NULL);
/* Introduce an error margin for positions written to sessionrc */