libvips/test/test_python.sh

21 lines
324 B
Bash
Raw Normal View History

2014-12-12 15:50:31 +01:00
#!/bin/sh
# set -x
. ./variables.sh
echo "testing with python2 ..."
python2 test_arithmetic.py
python2 test_colour.py
python2 test_conversion.py
2014-12-17 22:34:47 +01:00
python2 test_convolution.py
2014-12-12 15:50:31 +01:00
echo "testing with python3 ..."
python3 test_colour.py
python3 test_arithmetic.py
python3 test_conversion.py
2014-12-17 22:34:47 +01:00
python3 test_convolution.py
2014-12-12 15:50:31 +01:00