libvips/test/Makefile.am

29 lines
467 B
Makefile
Raw Normal View History

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 \
test_arithmetic.py \
test_colour.py \
test_conversion.py
2014-11-20 15:36:04 +01:00
# don't run test_thumbnail.sh by default, it takes ages
2014-12-12 15:50:31 +01:00
# test with python2 and python3 ... we are supposed to work with either
TESTS = \
test_cli.sh \
test_formats.sh \
test_seq.sh \
test_threading.sh \
2014-12-12 15:50:31 +01:00
test_python.sh
2014-11-20 15:36:04 +01:00
clean-local:
-rm -rf tmp
-rm -f *.pyc