21 lines
297 B
Makefile
21 lines
297 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
|
||
|
|
||
|
|