gio/tests: gsettings is a developer-only test

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.
This commit is contained in:
Colin Walters 2013-05-21 00:12:31 +01:00
parent f2a9a6142c
commit c26e253b10

View File

@ -522,7 +522,8 @@ testdata_DATA = $(test_files)
testmetadir = $(datadir)/installed-tests/$(PACKAGE) testmetadir = $(datadir)/installed-tests/$(PACKAGE)
xfail_tests = desktop-app-info.test 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 %.test: % Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \ $(AM_V_GEN) (echo '[Test]' > $@.tmp; \