make test-suite survive make dist
This commit is contained in:
parent
96d5008501
commit
0beb5e9165
@ -1362,6 +1362,8 @@ AC_OUTPUT([
|
|||||||
python/packages/gi/overrides/Makefile
|
python/packages/gi/overrides/Makefile
|
||||||
test/Makefile
|
test/Makefile
|
||||||
test/variables.sh
|
test/variables.sh
|
||||||
|
test/test-suite/Makefile
|
||||||
|
test/test-suite/helpers/Makefile
|
||||||
swig/Makefile
|
swig/Makefile
|
||||||
swig/vipsCC/Makefile
|
swig/vipsCC/Makefile
|
||||||
man/Makefile
|
man/Makefile
|
||||||
|
@ -5,8 +5,10 @@ TESTS = \
|
|||||||
test_seq.sh \
|
test_seq.sh \
|
||||||
test_threading.sh
|
test_threading.sh
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
test-suite
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
test-suite \
|
|
||||||
variables.sh.in \
|
variables.sh.in \
|
||||||
test_cli.sh \
|
test_cli.sh \
|
||||||
test_formats.sh \
|
test_formats.sh \
|
||||||
|
20
test/test-suite/Makefile.am
Normal file
20
test/test-suite/Makefile.am
Normal 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
|
||||||
|
|
||||||
|
|
4
test/test-suite/helpers/Makefile.am
Normal file
4
test/test-suite/helpers/Makefile.am
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
EXTRA_DIST = \
|
||||||
|
helpers.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user