aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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