Imported Upstream version 0.16.0
[platform/upstream/json-glib.git] / json-glib / tests / Makefile.am
1 include $(top_srcdir)/build/autotools/Makefile.am.gtest
2 include $(top_srcdir)/build/autotools/Makefile.am.silent
3
4 NULL =
5
6 DISTCLEANFILES =
7
8 INCLUDES = \
9         -I$(top_srcdir)                 \
10         -I$(top_srcdir)/json-glib       \
11         $(NULL)
12
13 AM_CPPFLAGS = $(JSON_DEBUG_CFLAGS) -DTESTS_DATA_DIR=\""$(top_srcdir)/json-glib/tests"\"
14 AM_CFLAGS = -g $(JSON_CFLAGS) $(MAINTAINER_CFLAGS)
15 LDADD = \
16         ../libjson-glib-1.0.la \
17         $(JSON_LIBS) \
18         $(NULL)
19
20 EXTRA_DIST += stream-load.json
21
22 noinst_PROGRAMS = $(TEST_PROGS)
23 TEST_PROGS += \
24         array                   \
25         boxed                   \
26         builder                 \
27         generator               \
28         gvariant                \
29         invalid                 \
30         node                    \
31         object                  \
32         parser                  \
33         path                    \
34         reader                  \
35         serialize-simple        \
36         serialize-complex       \
37         serialize-full          \
38         $(NULL)
39
40 -include $(top_srcdir)/build/autotools/Makefile.am.gitignore