Add Tizen packaging files
[profile/ivi/jansson.git] / test / suites / api / Makefile.am
1 EXTRA_DIST = run check-exports
2
3 check_PROGRAMS = \
4         test_array \
5         test_copy \
6         test_dump \
7         test_dump_callback \
8         test_equal \
9         test_load \
10         test_loadb \
11         test_load_callback \
12         test_memory_funcs \
13         test_number \
14         test_object \
15         test_pack \
16         test_simple \
17         test_unpack
18
19 test_array_SOURCES = test_array.c util.h
20 test_copy_SOURCES = test_copy.c util.h
21 test_dump_SOURCES = test_dump.c util.h
22 test_dump_callback_SOURCES = test_dump_callback.c util.h
23 test_load_SOURCES = test_load.c util.h
24 test_loadb_SOURCES = test_loadb.c util.h
25 test_memory_funcs_SOURCES = test_memory_funcs.c util.h
26 test_number_SOURCES = test_number.c util.h
27 test_object_SOURCES = test_object.c util.h
28 test_pack_SOURCES = test_pack.c util.h
29 test_simple_SOURCES = test_simple.c util.h
30 test_unpack_SOURCES = test_unpack.c util.h
31
32 AM_CPPFLAGS = -I$(top_srcdir)/src
33 AM_CFLAGS = -Wall -Werror
34 LDFLAGS = -static  # for speed and Valgrind
35 LDADD = $(top_builddir)/src/libjansson.la