test/.gitignore: Add testprogs/test_simple
[jansson.git] / test / Makefile.am
1 DIST_SUBDIRS = testprogs testdata
2 SUBDIRS = testprogs
3
4 check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file
5
6 AM_CPPFLAGS = -I$(top_srcdir)/src
7 AM_CFLAGS = -Wall -Werror
8 LDFLAGS = -static  # for speed and Valgrind
9 LDADD = ../src/libjansson.la
10
11 TESTS = test-api test-invalid test-valid
12
13 EXTRA_DIST = \
14         test-api \
15         test-invalid \
16         test-valid \
17         run-test \
18         json-compare.py \
19         split-testfile.py
20
21 clean-local:
22         rm -rf testlogs