aboutsummaryrefslogtreecommitdiff
path: root/test/testprogs/Makefile.am
blob: 400a998d6d9bd7231443fbd32fd703384b1cf0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
check_PROGRAMS = test_array test_simple test_number test_object

test_array_SOURCES = test_array.c util.h
test_simple_SOURCES = test_simple.c util.h
test_number_SOURCES = test_number.c util.h
test_object_SOURCES = test_object.c util.h

AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror
LDFLAGS = -static  # for speed and Valgrind
LDADD = ../../src/libjansson.la