tests: correctly declare word.ipynb
Fixes #158, reported by Laurent Xu. * tests/Makefile.am (TESTS_python): Move word.ipynb... (TESTS_ipython): ... here.
This commit is contained in:
parent
d8a9737f02
commit
50c2192edf
1 changed files with 2 additions and 2 deletions
|
|
@ -300,7 +300,8 @@ TESTS_ipython = \
|
|||
python/product.ipynb \
|
||||
python/randaut.ipynb \
|
||||
python/randltl.ipynb \
|
||||
python/testingaut.ipynb
|
||||
python/testingaut.ipynb \
|
||||
python/word.ipynb
|
||||
|
||||
# TESTS_python contains all tests. It may includes notebooks we
|
||||
# do not consider part of the documentation: those have to start
|
||||
|
|
@ -326,7 +327,6 @@ TESTS_python = \
|
|||
python/satmin.py \
|
||||
python/setxor.py \
|
||||
python/trival.py \
|
||||
python/word.ipynb \
|
||||
$(TESTS_ipython)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue