]> Pileus Git - ~andy/gtk/blob - tests/a11y/Makefile.am
Add accessibility for GtkLevelBar and value test
[~andy/gtk] / tests / a11y / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 check_PROGRAMS = $(TEST_PROGS)
4
5 AM_CPPFLAGS =                           \
6         -I$(top_srcdir)                 \
7         -I$(top_builddir)/gdk           \
8         -I$(top_srcdir)/gdk             \
9         -DGDK_DISABLE_DEPRECATED        \
10         -DGTK_DISABLE_DEPRECATED        \
11         -DGTK_VERSION=\"$(GTK_VERSION)\"\
12         $(GTK_DEBUG_FLAGS)              \
13         $(GTK_DEP_CFLAGS)
14
15 LDADD = \
16         $(top_builddir)/gdk/libgdk-3.la \
17         $(top_builddir)/gtk/libgtk-3.la \
18         $(GTK_DEP_LIBS)
19
20 # work around random file systems showing up in the file chooser,
21 # breaking the 'pickers' test
22 TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix
23
24 TEST_PROGS += accessibility-dump
25
26 TEST_PROGS += tree-performance
27
28 TEST_PROGS += text
29
30 TEST_PROGS += children
31
32 TEST_PROGS += derive
33
34 TEST_PROGS += value
35
36 # the focus test has no chance of working until
37 # all the idle handlers in gail are gone
38 #
39 # TEST_PROGS += focus
40
41 TEST_PROGS += tree-relationships
42
43 TEST_PROGS += util
44
45 noinst_PROGS = testfocus
46
47 EXTRA_DIST += \
48         hello-world.ui hello-world.txt \
49         mnemonic.ui mnemonic.txt \
50         accessible-name.ui accessible-name.txt \
51         notebook.ui notebook.txt \
52         range.ui range.txt \
53         link.ui link.txt \
54         text.ui text.txt \
55         buttons.ui buttons.txt \
56         colorchooser.ui colorchooser.txt \
57         about.ui about.txt \
58         messagedialog.ui messagedialog.txt \
59         expander.ui expander.txt \
60         assistant.ui assistant.txt \
61         pickers.ui pickers.txt \
62         lockbutton.ui lockbutton.txt \
63         spinner.ui spinner.txt \
64         progress.ui progress.txt \
65         infobar.ui infobar.txt \
66         calendar.ui calendar.txt \
67         statusbar.ui statusbar.txt \
68         paned.ui paned.txt \
69         iconview.ui iconview.txt \
70         entries.ui entries.txt \
71         scale-drawvalue.ui scale-drawvalue.txt \
72         placeholder-text.ui placeholder-text.txt \
73         menu.ui menu.txt \
74         combos.ui combos.txt
75
76 -include $(top_srcdir)/git.mk