gtk/tests/a11y/Makefile.am

55 lines
1.3 KiB
Makefile
Raw Normal View History

include $(top_srcdir)/Makefile.decl
check_PROGRAMS = $(TEST_PROGS)
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gdk \
-DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS)
LDADD = \
$(top_builddir)/gdk/libgdk-3.la \
$(top_builddir)/gtk/libgtk-3.la \
$(GTK_DEP_LIBS)
TEST_PROGS += accessibility-dump
TEST_PROGS += tree-performance
TEST_PROGS += text
2011-06-29 04:35:24 +00:00
TEST_PROGS += children
EXTRA_DIST += \
2011-06-19 06:11:11 +00:00
hello-world.ui hello-world.txt \
mnemonic.ui mnemonic.txt \
2011-06-19 21:19:34 +00:00
accessible-name.ui accessible-name.txt \
2011-06-19 21:58:57 +00:00
notebook.ui notebook.txt \
2011-06-19 23:16:26 +00:00
range.ui range.txt \
link.ui link.txt \
2011-06-20 01:29:42 +00:00
text.ui text.txt \
2011-06-20 04:03:53 +00:00
tree.ui tree.txt \
2011-06-21 22:56:32 +00:00
buttons.ui buttions.txt \
2011-06-21 23:20:59 +00:00
colorchooser.ui colorchooser.txt \
about.ui about.txt \
appchooser.ui appchooser.txt \
2011-06-22 00:08:46 +00:00
messagedialog.ui messagedialog.txt \
2011-06-22 00:18:04 +00:00
expander.ui expander.txt \
2011-06-22 03:31:34 +00:00
assistant.ui assistant.txt \
2011-06-22 03:34:38 +00:00
pickers.ui pickers.txt \
2011-06-22 03:37:30 +00:00
lockbutton.ui lockbutton.txt \
2011-06-22 03:41:29 +00:00
spinner.ui spinner.txt \
2011-06-22 03:45:46 +00:00
progress.ui progress.txt \
2011-06-22 03:49:05 +00:00
infobar.ui infobar.txt \
2011-06-23 03:08:59 +00:00
calendar.ui calendar.txt \
2011-06-23 03:11:20 +00:00
statusbar.ui statusbar.txt \
2011-06-23 03:16:28 +00:00
paned.ui paned.txt \
2011-06-23 03:20:11 +00:00
iconview.ui iconview.txt \
2011-06-26 21:07:11 +00:00
entries.ui entries.txt \
scale-drawvalue.ui scale-drawvalue.txt \
placeholder-text.ui placeholder-text.txt