Merge branch 'wip/smcv/type-flags-test' into 'main'

type-flags test: Force G_ENABLE_DIAGNOSTIC=1 to be set

See merge request GNOME/glib!3070
This commit is contained in:
Philip Withnall 2022-11-14 13:40:47 +00:00
commit 96bc6d6e7c

View File

@ -141,6 +141,8 @@ main (int argc, char *argv[])
{
g_test_init (&argc, &argv, NULL);
g_setenv ("G_ENABLE_DIAGNOSTIC", "1", TRUE);
g_test_add_func ("/type/flags/final", test_type_flags_final);
g_test_add_func ("/type/flags/deprecated", test_type_flags_deprecated);