From 0b669dffa973d9e58cba594c97aa222e26bd76ce Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 10 Aug 2014 07:08:39 -0400 Subject: [PATCH] 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. --- testsuite/a11y/state/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/a11y/state/Makefile.am b/testsuite/a11y/state/Makefile.am index 28da7779f7..9d43ce917b 100644 --- a/testsuite/a11y/state/Makefile.am +++ b/testsuite/a11y/state/Makefile.am @@ -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)