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