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