make test-suite survive make dist

This commit is contained in:
John Cupitt 2018-07-25 17:17:13 +01:00
parent 96d5008501
commit 0beb5e9165
4 changed files with 29 additions and 1 deletions

View File

@ -1362,6 +1362,8 @@ AC_OUTPUT([
python/packages/gi/overrides/Makefile
test/Makefile
test/variables.sh
test/test-suite/Makefile
test/test-suite/helpers/Makefile
swig/Makefile
swig/vipsCC/Makefile
man/Makefile

View File

@ -5,8 +5,10 @@ TESTS = \
test_seq.sh \
test_threading.sh
SUBDIRS = \
test-suite
EXTRA_DIST = \
test-suite \
variables.sh.in \
test_cli.sh \
test_formats.sh \

View File

@ -0,0 +1,20 @@
SUBDIRS = \
helpers
EXTRA_DIST = \
images \
conftest.py \
__init__.py \
test_arithmetic.py \
test_colour.py \
test_conversion.py \
test_convolution.py \
test_create.py \
test_draw.py \
test_foreign.py \
test_histogram.py \
test_iofuncs.py \
test_morphology.py \
test_resample.py

View File

@ -0,0 +1,4 @@
EXTRA_DIST = \
helpers.py