jansson/test/Makefile.am

23 lines
431 B
Makefile
Raw Normal View History

2009-08-26 02:24:07 +08:00
DIST_SUBDIRS = testprogs testdata
SUBDIRS = testprogs
check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file
2009-07-10 02:01:40 +08:00
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror
LDFLAGS = -static # for speed and Valgrind
2009-07-10 02:01:40 +08:00
LDADD = ../src/libjansson.la
2009-08-19 02:33:45 +08:00
TESTS = test-api test-invalid test-valid
2009-08-26 02:24:07 +08:00
EXTRA_DIST = \
test-api \
test-invalid \
test-valid \
run-test \
json-compare.py \
split-testfile.py
clean-local:
rm -rf testlogs