Do not run the Python tests when --disable-python.

* tests/Makefile.am (TESTS_python): Define conditionally.
This commit is contained in:
Alexandre Duret-Lutz 2016-01-06 14:24:51 +01:00
parent bf7df62032
commit f470edc6c4

View file

@ -271,6 +271,7 @@ TESTS_twa = \
############################## PYTHON ##############################
if USE_PYTHON
TESTS_python = \
python/acc_cond.ipynb \
python/accparse.ipynb \
@ -299,6 +300,7 @@ TESTS_python = \
python/satmin.py \
python/setxor.py \
python/testingaut.ipynb
endif
SUFFIXES = .ipynb .html
.ipynb.html: