mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Force the simple im module for reftests
I've seen reftests fail with IBus warnings. We should avoid that.
This commit is contained in:
parent
69b25a77aa
commit
085fada849
@ -1,8 +1,9 @@
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
NULL =
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
GSETTINGS_BACKEND=memory \
|
||||
TESTS_ENVIRONMENT = \
|
||||
GTK_IM_MODULE=gtk-im-context-simple \
|
||||
GSETTINGS_BACKEND=memory \
|
||||
G_ENABLE_DIAGNOSTIC=0
|
||||
|
||||
TEST_PROGS += gtk-reftest
|
||||
|
Loading…
Reference in New Issue
Block a user