939b7bec579fc1437613e0b95c07861353e7ab06
[jansson.git] / test / suites / api / Makefile.am
1 EXTRA_DIST = run
2
3 check_PROGRAMS = \
4         test_array \
5         test_equal \
6         test_copy \
7         test_dump \
8         test_load \
9         test_simple \
10         test_number \
11         test_object \
12         test_cpp
13
14 test_array_SOURCES = test_array.c util.h
15 test_copy_SOURCES = test_copy.c util.h
16 test_dump_SOURCES = test_dump.c util.h
17 test_load_SOURCES = test_load.c util.h
18 test_simple_SOURCES = test_simple.c util.h
19 test_number_SOURCES = test_number.c util.h
20 test_object_SOURCES = test_object.c util.h
21 test_cpp_SOURCES = test_cpp.cpp
22
23 AM_CPPFLAGS = -I$(top_srcdir)/src
24 AM_CFLAGS = -Wall -Werror
25 LDFLAGS = -static  # for speed and Valgrind
26 LDADD = $(top_builddir)/src/libjansson.la