]> Pileus Git - ~andy/gtk/blob - tests/a11y/Makefile.am
tests: Add an a11y test for scales
[~andy/gtk] / tests / a11y / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 check_PROGRAMS = $(TEST_PROGS)
4
5 CFLAGS = \
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 accessibility_dump_SOURCES = \
22         accessibility-dump.c
23
24 TEST_PROGS += tree-performance
25
26 tree_performance_SOURCES = \
27         tree-performance.c
28
29 TEST_PROGS += text
30
31 text_SOURCES = \
32         text.c
33
34 EXTRA_DIST += \
35         hello-world.ui hello-world.txt \
36         mnemonic.ui mnemonic.txt \
37         accessible-name.ui accessible-name.txt \
38         notebook.ui notebook.txt \
39         range.ui range.txt \
40         link.ui link.txt \
41         text.ui text.txt \
42         tree.ui tree.txt \
43         buttons.ui buttions.txt \
44         colorchooser.ui colorchooser.txt \
45         about.ui about.txt \
46         appchooser.ui appchooser.txt \
47         messagedialog.ui messagedialog.txt \
48         expander.ui expander.txt \
49         assistant.ui assistant.txt \
50         pickers.ui pickers.txt \
51         lockbutton.ui lockbutton.txt \
52         spinner.ui spinner.txt \
53         progress.ui progress.txt \
54         infobar.ui infobar.txt \
55         calendar.ui calendar.txt \
56         statusbar.ui statusbar.txt \
57         paned.ui paned.txt \
58         iconview.ui iconview.txt \
59         entries.ui entries.txt \
60         scale-drawvalue.ui scale-drawvalue.txt