summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: f403f0022041474d93c799f0b87955fc05727a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
noinst_PROGRAMS = 	\
	test-01 	\
	test-02		\
	test-03		\
	test-04		\
	test-05

INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/json-glib/libjson-glib-1.0.la

AM_CFLAGS = $(JSON_CFLAGS)
AM_LDFLAGS = $(JSON_LIBS)

test_01_SOURCES = test-01.c
test_02_SOURCES = test-02.c
test_03_SOURCES = test-03.c
test_04_SOURCES = test-04.c
test_05_SOURCES = test-05.c