Merge branch 'gsk-tests-gl' into 'master'

testsuite: Call g_test_init in test binaries

See merge request GNOME/gtk!3953
This commit is contained in:
Matthias Clasen 2021-09-14 20:37:16 +00:00
commit d4b1f85e14
2 changed files with 2 additions and 1 deletions

View File

@ -162,6 +162,8 @@ main (int argc, char **argv)
GError *error = NULL;
GOptionContext *context;
(g_test_init) (&argc, &argv, NULL);
context = g_option_context_new ("NODE REF - run GSK node tests");
g_option_context_add_main_entries (context, options, NULL);
g_option_context_set_ignore_unknown_options (context, TRUE);

View File

@ -92,7 +92,6 @@ informative_render_tests = [
renderers = [
# name exclude term
[ 'gl', '-ngl' ],
[ 'ngl', '' ],
[ 'broadway', '-3d' ],
[ 'cairo', '-3d' ],