X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=test%2FMakefile.am;h=86d1614e06a88ed49c42678ca59745cd63022d11;hb=4c6cb6afd18793f8ae5b56d8435088539c170290;hp=132c13373122e0a62035af0c6876ebd5a43782f3;hpb=8ef778c8431c17d970b2667943c6ea13c3770912;p=jansson.git diff --git a/test/Makefile.am b/test/Makefile.am index 132c133..86d1614 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,10 @@ -check_PROGRAMS = load_dump loadf_dumpf loadfd_dumpfd loads_dumps +SUBDIRS = bin suites +EXTRA_DIST = scripts run-suites -AM_CPPFLAGS = -I$(top_srcdir)/src -AM_CFLAGS = -Wall -Werror -LDADD = ../src/libjansson.la +TESTS = run-suites +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + top_builddir=$(top_builddir) -TESTS = test-invalid test-valid +clean-local: + rm -rf logs