Add a test for per-desktop overrides

This commit is contained in:
Alberts Muktupāvels
2018-06-19 23:39:24 +03:00
parent 83a2e85ec8
commit b618ec40a7
5 changed files with 116 additions and 1 deletions

View File

@@ -2143,6 +2143,7 @@ main (int argc, char **argv)
/* These options are only for use in the gschema-compile tests */
{ "schema-file", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME_ARRAY, &schema_files, NULL, NULL },
{ "override-file", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME_ARRAY, &override_files, NULL, NULL },
{ NULL }
};