* tests/Makefile.am: Fix location of zlktree.ipynb.

This commit is contained in:
Alexandre Duret-Lutz 2021-09-04 20:54:50 +02:00
parent 5c5790039b
commit 4d2ced1b07

View file

@ -372,7 +372,8 @@ TESTS_ipython = \
python/stutter-inv.ipynb \ python/stutter-inv.ipynb \
python/testingaut.ipynb \ python/testingaut.ipynb \
python/twagraph-internals.ipynb \ python/twagraph-internals.ipynb \
python/word.ipynb python/word.ipynb \
python/zlktree.ipynb
# TESTS_python contains all tests. It may includes notebooks we # TESTS_python contains all tests. It may includes notebooks we
# do not consider part of the documentation: those have to start # do not consider part of the documentation: those have to start
@ -449,7 +450,6 @@ TESTS_python = \
python/twagraph.py \ python/twagraph.py \
python/toweak.py \ python/toweak.py \
python/_word.ipynb \ python/_word.ipynb \
python/zlktree.ipynb \
$(TESTS_ipython) $(TESTS_ipython)
endif endif