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