It tries to run glib-compile-schemas and glib-mkenums, which
we won't have in the runtime tree.
Anyways it's kind of a dumb test since the best test for
compilation tools is...compiling things, which we already
do frequently.
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
xfail_tests = desktop-app-info.test
-testmeta_DATA = $(filter-out $(xfail_tests),$(test_progs:=.test))
+developer_only_tests = gsettings.test
+testmeta_DATA = $(filter-out $(xfail_tests) $(developer_only_tests),$(test_progs:=.test))
%.test: % Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \