forked from AuroraMiddleware/gtk
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:
commit
d4b1f85e14
@ -162,6 +162,8 @@ main (int argc, char **argv)
|
|||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
GOptionContext *context;
|
GOptionContext *context;
|
||||||
|
|
||||||
|
(g_test_init) (&argc, &argv, NULL);
|
||||||
|
|
||||||
context = g_option_context_new ("NODE REF - run GSK node tests");
|
context = g_option_context_new ("NODE REF - run GSK node tests");
|
||||||
g_option_context_add_main_entries (context, options, NULL);
|
g_option_context_add_main_entries (context, options, NULL);
|
||||||
g_option_context_set_ignore_unknown_options (context, TRUE);
|
g_option_context_set_ignore_unknown_options (context, TRUE);
|
||||||
|
@ -92,7 +92,6 @@ informative_render_tests = [
|
|||||||
|
|
||||||
renderers = [
|
renderers = [
|
||||||
# name exclude term
|
# name exclude term
|
||||||
[ 'gl', '-ngl' ],
|
|
||||||
[ 'ngl', '' ],
|
[ 'ngl', '' ],
|
||||||
[ 'broadway', '-3d' ],
|
[ 'broadway', '-3d' ],
|
||||||
[ 'cairo', '-3d' ],
|
[ 'cairo', '-3d' ],
|
||||||
|
Loading…
Reference in New Issue
Block a user