X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=test%2FMakefile.am;h=ed111104f18b95e7ade031676e1ed8c3b0184b8d;hb=86dc1d629b3ac74e5e9b65cbcb5ca53e1d15b698;hp=132c13373122e0a62035af0c6876ebd5a43782f3;hpb=8ef778c8431c17d970b2667943c6ea13c3770912;p=jansson.git diff --git a/test/Makefile.am b/test/Makefile.am index 132c133..ed11110 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,22 @@ -check_PROGRAMS = load_dump loadf_dumpf loadfd_dumpfd loads_dumps +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-invalid test-valid +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