ce169ae37c09ac99ee32c4a5adebef996809eef5
[jansson.git] / test / Makefile.am
1 SUBDIRS = testprogs
2
3 check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file
4
5 AM_CPPFLAGS = -I$(top_srcdir)/src
6 AM_CFLAGS = -Wall -Werror
7 LDFLAGS = -static  # for speed and Valgrind
8 LDADD = ../src/libjansson.la
9
10 TESTS = test-api test-invalid test-valid
11
12 clean-local:
13         rm -rf testlogs