libvips/test/test-suite/Makefile.am
John Cupitt 4804e5c299 add some basic stream tests
Only tests load and save to and from files and memory. We should test
pipes too.
2019-11-07 17:35:49 +00:00

22 lines
315 B
Makefile

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 \
test_stream.py