Expand test coverage
[jansson.git] / test / testprogs / Makefile.am
1 check_PROGRAMS = test_array test_simple test_number test_object
2
3 test_array_SOURCES = test_array.c util.h
4 test_simple_SOURCES = test_simple.c util.h
5 test_number_SOURCES = test_number.c util.h
6 test_object_SOURCES = test_number.c util.h
7
8 AM_CPPFLAGS = -I$(top_srcdir)/src
9 AM_CFLAGS = -Wall -Werror
10 LDFLAGS = -static  # for speed and Valgrind
11 LDADD = ../../src/libjansson.la