ac83ed166fe0d473ae7ceeefcabfe555047d7280
[jansson.git] / test / suites / api / Makefile.am
1 check_PROGRAMS = \
2         test_array \
3         test_dump \
4         test_load \
5         test_simple \
6         test_number \
7         test_object
8
9 test_array_SOURCES = test_array.c util.h
10 test_dump_SOURCES = test_dump.c util.h
11 test_load_SOURCES = test_load.c util.h
12 test_simple_SOURCES = test_simple.c util.h
13 test_number_SOURCES = test_number.c util.h
14 test_object_SOURCES = test_object.c util.h
15
16 AM_CPPFLAGS = -I$(top_srcdir)/src
17 AM_CFLAGS = -Wall -Werror
18 LDFLAGS = -static  # for speed and Valgrind
19 LDADD = $(top_builddir)/src/libjansson.la