From 390b0ba633ded8af492d842c0e7e184a355f33a8 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 25 Aug 2009 21:24:07 +0300 Subject: Distribute appropriate files --- test/Makefile.am | 9 +++++++++ test/testdata/Makefile.am | 1 + 2 files changed, 10 insertions(+) create mode 100644 test/testdata/Makefile.am (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index ce169ae..ed11110 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,3 +1,4 @@ +DIST_SUBDIRS = testprogs testdata SUBDIRS = testprogs check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file @@ -9,5 +10,13 @@ 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 diff --git a/test/testdata/Makefile.am b/test/testdata/Makefile.am new file mode 100644 index 0000000..25d631b --- /dev/null +++ b/test/testdata/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = invalid invalid-unicode valid -- cgit v1.1