2016-05-10 15:48:03 +02:00
|
|
|
TESTS =
|
|
|
|
|
|
|
|
if ENABLE_PYVIPS8
|
|
|
|
TESTS += \
|
|
|
|
test_python.sh
|
|
|
|
endif
|
|
|
|
|
|
|
|
# don't run test_thumbnail.sh by default, it takes ages
|
|
|
|
TESTS += \
|
|
|
|
test_cli.sh \
|
|
|
|
test_formats.sh \
|
|
|
|
test_seq.sh \
|
|
|
|
test_threading.sh
|
2014-11-19 16:01:28 +01:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
images \
|
2014-11-20 15:36:04 +01:00
|
|
|
variables.sh.in \
|
|
|
|
test_cli.sh \
|
|
|
|
test_formats.sh \
|
|
|
|
test_seq.sh \
|
|
|
|
test_thumbnail.sh \
|
|
|
|
test_threading.sh \
|
2014-12-20 17:17:44 +01:00
|
|
|
test_python.sh
|
2015-01-29 15:27:18 +01:00
|
|
|
test_all.py \
|
2014-11-20 15:36:04 +01:00
|
|
|
test_arithmetic.py \
|
|
|
|
test_colour.py \
|
2015-01-28 22:29:06 +01:00
|
|
|
test_conversion.py \
|
|
|
|
test_convolution.py \
|
2015-10-13 11:29:53 +02:00
|
|
|
test_iofuncs.py \
|
2015-01-04 23:03:08 +01:00
|
|
|
test_create.py \
|
2015-02-16 17:03:39 +01:00
|
|
|
test_foreign.py \
|
2015-01-28 15:53:34 +01:00
|
|
|
test_draw.py \
|
2015-01-28 22:29:06 +01:00
|
|
|
test_histogram.py \
|
2015-01-29 10:29:10 +01:00
|
|
|
test_morphology.py \
|
|
|
|
test_resample.py
|
2014-11-19 16:01:28 +01:00
|
|
|
|
2014-11-20 15:36:04 +01:00
|
|
|
clean-local:
|
2014-12-20 23:25:19 +01:00
|
|
|
-rm -rf tmp-*
|
2014-11-20 15:36:04 +01:00
|
|
|
-rm -f *.pyc
|
|
|
|
|