tests: rename ltsmin.ipynb

* tests/python/ltsmin.ipynb: Rename as ...
* tests/python/ltsmin-dve.ipynb: ... this.
* doc/org/tut.org, tests/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2016-06-12 12:27:13 +02:00
parent 2cda41e244
commit a7e4395f9d
3 changed files with 4 additions and 4 deletions

View file

@ -296,7 +296,7 @@ TESTS_ipython = \
python/decompose.ipynb \
python/formulas.ipynb \
python/highlighting.ipynb \
python/ltsmin.ipynb \
python/ltsmin-dve.ipynb \
python/piperead.ipynb \
python/product.ipynb \
python/randaut.ipynb \

View file

@ -18,7 +18,7 @@
"version": "3.5.1"
},
"name": "",
"signature": "sha256:7574bd022ee68fb7411f60cb675c158f5c1e80c5e79e3197073e2abf5d06262f"
"signature": "sha256:6d5d45c42cb1493863ed37f13f9c8679e93f026fa8d3b50cb87fba6914a4475f"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -31,7 +31,7 @@
"input": [
"import spot\n",
"import spot.ltsmin\n",
"# The following line causes the notebook to exit with 77 if the divine is not \n",
"# The following line causes the notebook to exit with 77 if divine is not \n",
"# installed, therefore skipping this test in the test suite.\n",
"spot.ltsmin.require('divine')\n",
"# This is notebook also tests the limitation of the number of states in the GraphViz output\n",