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:
Matthias Clasen 2014-08-10 07:08:39 -04:00
parent 82cf89deb9
commit 0b669dffa9

View File

@ -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)