[gtk+] Don't run testfocus in 'make check'



commit 2da37ba03808b3b5c92c188b2e5e9d91c1f40b0d
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 17 19:37:39 2011 -0400

    Don't run testfocus in 'make check'
    
    It is not meant for that.

 tests/a11y/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am
index 83f4d19..d3fb9ab 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 \



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