From cbfca2291e56d7a83b473ac2dbc0debbc7cb4bfb Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 17 Feb 2016 13:43:28 +0100 Subject: [PATCH] * tests/Makefile.am: Move ltsmin.ipynb to TESTS_ipython. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 2e305ebeb..638af8e06 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -289,11 +289,12 @@ if USE_PYTHON TESTS_ipython = \ python/acc_cond.ipynb \ python/accparse.ipynb \ - python/automata.ipynb \ python/automata-io.ipynb \ + python/automata.ipynb \ python/decompose.ipynb \ python/formulas.ipynb \ python/highlighting.ipynb \ + python/ltsmin.ipynb \ python/piperead.ipynb \ python/product.ipynb \ python/randaut.ipynb \ @@ -313,7 +314,6 @@ TESTS_python = \ python/ltl2tgba.test \ python/ltlparse.py \ python/ltlsimple.py \ - python/ltsmin.ipynb \ python/minato.py \ python/optionmap.py \ python/otfcrash.py \