GNOME Bugzilla – Bug 616276
simplify gschema-compile test setup
Last modified: 2010-04-21 03:31:22 UTC
Right now it requires one extra directory per test schema. The patch adds (hidden) a --one-schema-file option to gschema-compile that makes it process just the one file, not the whole directory. That allows all the schema test files to live in the same directory. Also adds a --dry-run option so that it only processes the file but doesn't write the gschema.compiled output.
Created attachment 159157 [details] [review] Simplify gschema-compile test suite Add --one-schema-file option to gschema-compile to allow easier test setup. Simplify the test setup. Bug #616276.
I like it. Lets see what Ryan thinks
Committed, with some adjustments.