[glib] gio/tests: gsettings is a developer-only test
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gio/tests: gsettings is a developer-only test
- Date: Mon, 20 May 2013 23:13:23 +0000 (UTC)
commit c26e253b1090d529097ccd3c744f865977d3703f
Author: Colin Walters <walters verbum org>
Date: Tue May 21 00:12:31 2013 +0100
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.
gio/tests/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 6838e3d..bf56832 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -522,7 +522,8 @@ testdata_DATA = $(test_files)
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; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]