mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Skip focus tests in make check
These require a window manager to work, and we currently don't run one when we run make check tests under Xvfb.
This commit is contained in:
parent
82cf89deb9
commit
0b669dffa9
@ -22,7 +22,7 @@ TESTS_ENVIRONMENT = \
|
||||
GSETTINGS_BACKEND=memory \
|
||||
G_ENABLE_DIAGNOSTIC=0
|
||||
|
||||
TEST_PROGS += state-record
|
||||
test_programs = state-record
|
||||
|
||||
testdata = \
|
||||
focus1.ui focus1.in focus1.out \
|
||||
@ -32,7 +32,7 @@ EXTRA_DIST += $(testdata)
|
||||
|
||||
if BUILDOPT_INSTALL_TESTS
|
||||
insttestdir = $(libexecdir)/installed-tests/$(PACKAGE)
|
||||
insttest_PROGRAMS = $(TEST_PROGS)
|
||||
insttest_PROGRAMS = $(test_programs)
|
||||
|
||||
statetestdir = $(insttestdir)/state
|
||||
statetest_DATA = $(testdata)
|
||||
|
Loading…
Reference in New Issue
Block a user