aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: ed111104f18b95e7ade031676e1ed8c3b0184b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DIST_SUBDIRS = testprogs testdata
SUBDIRS = testprogs

check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file

AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror
LDFLAGS = -static  # for speed and Valgrind
LDADD = ../src/libjansson.la

TESTS = test-api test-invalid test-valid

EXTRA_DIST = \
	test-api \
	test-invalid \
	test-valid \
	run-test \
	json-compare.py \
	split-testfile.py

clean-local:
	rm -rf testlogs