From 2da37ba03808b3b5c92c188b2e5e9d91c1f40b0d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 17 Jul 2011 19:37:39 -0400 Subject: [PATCH] Don't run testfocus in 'make check' It is not meant for that. --- tests/a11y/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 83f4d19b16..d3fb9abfb6 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -26,10 +26,11 @@ TEST_PROGS += text TEST_PROGS += children TEST_PROGS += focus -TEST_PROGS += testfocus TEST_PROGS += util +noinst_PROGS = testfocus + EXTRA_DIST += \ hello-world.ui hello-world.txt \ mnemonic.ui mnemonic.txt \