Use the memory settings backend for make check

The color chooser test is constantly running into the
problem that the custom color setting is not empty.
Avoid that by using the memory settings backend.
This commit is contained in:
Matthias Clasen 2014-01-21 21:13:57 -05:00
parent de4959ca47
commit 1faf3a0aaa
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LDADD = \
# work around random file systems showing up in the file chooser,
# breaking the 'pickers' test
TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix
TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix GSETTINGS_BACKEND=memory
TEST_PROGS += accessibility-dump

View File

@ -1,6 +1,8 @@
include $(top_srcdir)/Makefile.decl
NULL =
TESTS_ENVIRONMENT = GSETTINGS_BACKEND=memory
TEST_PROGS += gtk-reftest
check_PROGRAMS = $(TEST_PROGS)