This commit is contained in:
Matthias Clasen
2010-04-19 17:30:42 -04:00
parent 80ac5df96b
commit cd9b8b563f
137 changed files with 8245 additions and 8073 deletions

View File

@@ -1065,11 +1065,13 @@ main (int argc, char *argv[])
g_setenv ("GSETTINGS_SCHEMA_DIR", ".", TRUE);
g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);
g_remove ("./store");
g_type_init ();
g_test_init (&argc, &argv, NULL);
g_remove ("gschemas.compiled");
g_assert (g_spawn_command_line_sync ("../gschema-compile --targetdir=. " SRCDIR,
NULL, NULL, NULL, NULL));
g_test_add_func ("/gsettings/basic", test_basic);
g_test_add_func ("/gsettings/no-schema", test_no_schema);
g_test_add_func ("/gsettings/unknown-key", test_unknown_key);