summaryrefslogtreecommitdiff
path: root/json-glib/tests/Makefile.am
blob: 5e2141227501abb5246196abd9b189bb525c7963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
include $(top_srcdir)/build/autotools/Makefile.am.gtest
include $(top_srcdir)/build/autotools/Makefile.am.silent

NULL =

DISTCLEANFILES =

INCLUDES = \
	-I$(top_srcdir)			\
	-I$(top_srcdir)/json-glib	\
	$(NULL)

AM_CPPFLAGS = $(JSON_DEBUG_CFLAGS) -DTESTS_DATA_DIR=\""$(top_srcdir)/json-glib/tests"\"
AM_CFLAGS = -g $(JSON_CFLAGS) $(MAINTAINER_CFLAGS)
LDADD = ../libjson-glib-1.0.la

EXTRA_DIST += stream-load.json

noinst_PROGRAMS = $(TEST_PROGS)
TEST_PROGS += \
	array-test		\
	object-test		\
	node-test		\
	parser-test		\
	generator-test		\
	builder-test		\
	reader-test		\
	gvariant-test		\
	path-test		\
	boxed			\
	serialize-simple	\
	serialize-complex	\
	serialize-full		\
	$(NULL)

-include $(top_srcdir)/build/autotools/Makefile.am.gitignore