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