]> Pileus Git - ~andy/gtk/blob - tests/a11y/Makefile.am
b84a1ff573728996b32dec3c755d18dc79455dae
[~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 # the focus test has no chance of working until
35 # all the idle handlers in gail are gone
36 #
37 # TEST_PROGS += focus
38
39 TEST_PROGS += tree-relationships
40
41 TEST_PROGS += util
42
43 noinst_PROGS = testfocus
44
45 EXTRA_DIST += \
46         hello-world.ui hello-world.txt \
47         mnemonic.ui mnemonic.txt \
48         accessible-name.ui accessible-name.txt \
49         notebook.ui notebook.txt \
50         range.ui range.txt \
51         link.ui link.txt \
52         text.ui text.txt \
53         buttons.ui buttons.txt \
54         colorchooser.ui colorchooser.txt \
55         about.ui about.txt \
56         messagedialog.ui messagedialog.txt \
57         expander.ui expander.txt \
58         assistant.ui assistant.txt \
59         pickers.ui pickers.txt \
60         lockbutton.ui lockbutton.txt \
61         spinner.ui spinner.txt \
62         progress.ui progress.txt \
63         infobar.ui infobar.txt \
64         calendar.ui calendar.txt \
65         statusbar.ui statusbar.txt \
66         paned.ui paned.txt \
67         iconview.ui iconview.txt \
68         entries.ui entries.txt \
69         scale-drawvalue.ui scale-drawvalue.txt \
70         placeholder-text.ui placeholder-text.txt \
71         menu.ui menu.txt \
72         combos.ui combos.txt
73
74 -include $(top_srcdir)/git.mk