Distribute appropriate files
This commit is contained in:
parent
bf0d383961
commit
390b0ba633
@ -1 +1,2 @@
|
|||||||
|
EXTRA_DIST = LICENSE README.rst
|
||||||
SUBDIRS = doc src test
|
SUBDIRS = doc src test
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
EXTRA_DIST = conf.py apiref.rst index.rst
|
EXTRA_DIST = conf.py apiref.rst index.rst ext/refcounting.py
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
DIST_SUBDIRS = testprogs testdata
|
||||||
SUBDIRS = testprogs
|
SUBDIRS = testprogs
|
||||||
|
|
||||||
check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file
|
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
|
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:
|
clean-local:
|
||||||
rm -rf testlogs
|
rm -rf testlogs
|
||||||
|
1
test/testdata/Makefile.am
vendored
Normal file
1
test/testdata/Makefile.am
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
EXTRA_DIST = invalid invalid-unicode valid
|
Loading…
Reference in New Issue
Block a user