]> Pileus Git - ~andy/gtk/blob - tests/a11y/Makefile.am
asd
[~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         $(GTK_DEBUG_FLAGS)              \
12         $(GTK_DEP_CFLAGS)
13
14 LDADD = \
15         $(top_builddir)/gdk/libgdk-3.la \
16         $(top_builddir)/gtk/libgtk-3.la \
17         $(GTK_DEP_LIBS)
18
19 TEST_PROGS += accessibility-dump
20
21 TEST_PROGS += tree-performance
22
23 TEST_PROGS += text
24
25 TEST_PROGS += children
26
27 TEST_PROGS += focus
28
29 EXTRA_DIST += \
30         hello-world.ui hello-world.txt \
31         mnemonic.ui mnemonic.txt \
32         accessible-name.ui accessible-name.txt \
33         notebook.ui notebook.txt \
34         range.ui range.txt \
35         link.ui link.txt \
36         text.ui text.txt \
37         tree.ui tree.txt \
38         buttons.ui buttons.txt \
39         colorchooser.ui colorchooser.txt \
40         about.ui about.txt \
41         appchooser.ui appchooser.txt \
42         messagedialog.ui messagedialog.txt \
43         expander.ui expander.txt \
44         assistant.ui assistant.txt \
45         pickers.ui pickers.txt \
46         lockbutton.ui lockbutton.txt \
47         spinner.ui spinner.txt \
48         progress.ui progress.txt \
49         infobar.ui infobar.txt \
50         calendar.ui calendar.txt \
51         statusbar.ui statusbar.txt \
52         paned.ui paned.txt \
53         iconview.ui iconview.txt \
54         entries.ui entries.txt \
55         scale-drawvalue.ui scale-drawvalue.txt \
56         placeholder-text.ui placeholder-text.txt