]> Pileus Git - ~andy/gtk/blobdiff - tests/a11y/Makefile.am
asd
[~andy/gtk] / tests / a11y / Makefile.am
index 6288d10508be45b25fd0082d1424fe5a2bd2c328..3ec5fc2475b7a69ff6763a5630de5aa2eaeb0816 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
 
 check_PROGRAMS = $(TEST_PROGS)
 
-CFLAGS = \
+AM_CPPFLAGS =                          \
        -I$(top_srcdir)                 \
        -I$(top_builddir)/gdk           \
        -I$(top_srcdir)/gdk             \
@@ -18,18 +18,13 @@ LDADD = \
 
 TEST_PROGS += accessibility-dump
 
-accessibility_dump_SOURCES = \
-       accessibility-dump.c
-
 TEST_PROGS += tree-performance
 
-tree_performance_SOURCES = \
-       tree-performance.c
-
 TEST_PROGS += text
 
-text_SOURCES = \
-       text.c
+TEST_PROGS += children
+
+TEST_PROGS += focus
 
 EXTRA_DIST += \
        hello-world.ui hello-world.txt \
@@ -40,7 +35,7 @@ EXTRA_DIST += \
        link.ui link.txt \
        text.ui text.txt \
        tree.ui tree.txt \
-       buttons.ui buttions.txt \
+       buttons.ui buttons.txt \
        colorchooser.ui colorchooser.txt \
        about.ui about.txt \
        appchooser.ui appchooser.txt \
@@ -56,4 +51,6 @@ EXTRA_DIST += \
        statusbar.ui statusbar.txt \
        paned.ui paned.txt \
        iconview.ui iconview.txt \
-       entries.ui entries.txt
+       entries.ui entries.txt \
+       scale-drawvalue.ui scale-drawvalue.txt \
+       placeholder-text.ui placeholder-text.txt