[gtk+] Skip focus tests in make check



commit 0b669dffa973d9e58cba594c97aa222e26bd76ce
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 10 07:08:39 2014 -0400

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/a11y/state/Makefile.am b/testsuite/a11y/state/Makefile.am
index 28da777..9d43ce9 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]