jansson/test/Makefile.am
2009-08-24 20:54:40 +03:00

14 lines
339 B
Makefile

check_PROGRAMS = \
loadf_dumpf loads_dumps load_file_dump_file \
testprogs/test_array testprogs/test_number testprogs/test_object
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
clean-local:
rm -rf testlogs