Do not run the Python tests when --disable-python.
* tests/Makefile.am (TESTS_python): Define conditionally.
This commit is contained in:
parent
bf7df62032
commit
f470edc6c4
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue