tests: add a testdocument
[platform/upstream/atk.git] / tests / Makefile.am
1 if PLATFORM_WIN32
2 no_undefined = -no-undefined
3 else
4 no_undefined =
5 endif
6
7 libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
8
9 AM_CPPFLAGS = -I$(top_srcdir)   \
10         -DG_DISABLE_DEPRECATED  \
11         $(DEP_CFLAGS)
12 DEPS = \
13         $(libatk)
14
15 noinst_PROGRAMS = testdocument \
16                   testrole  \
17                   testrelation  \
18                   teststateset
19
20 LDADD = $(libatk) $(DEP_LIBS)
21
22 testdocument_SOURCES = testdocument.c
23 testrole_SOURCES = testrole.c
24 testrelation_SOURCES = testrelation.c
25 teststateset_SOURCES = teststateset.c