Bug 628937 - gracefully handle broken schemas
[platform/upstream/glib.git] / gio / tests / gschema-compile.c
index 9f1123c..1d261eb 100644 (file)
@@ -22,6 +22,7 @@ test_schema (gpointer data)
       gchar *path = g_build_filename (SRCDIR, "schema-tests", filename, NULL);
       gchar *argv[] = {
         "../glib-compile-schemas",
+        "--strict",
         "--dry-run",
         "--schema-file", path,
         (gchar *)test->opt,