From 4d2ced1b0774179329304340d137c874f057e76b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 4 Sep 2021 20:54:50 +0200 Subject: [PATCH] * tests/Makefile.am: Fix location of zlktree.ipynb. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a6c454bb9..15c939277 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -372,7 +372,8 @@ TESTS_ipython = \ python/stutter-inv.ipynb \ python/testingaut.ipynb \ python/twagraph-internals.ipynb \ - python/word.ipynb + python/word.ipynb \ + python/zlktree.ipynb # TESTS_python contains all tests. It may includes notebooks we # do not consider part of the documentation: those have to start @@ -449,7 +450,6 @@ TESTS_python = \ python/twagraph.py \ python/toweak.py \ python/_word.ipynb \ - python/zlktree.ipynb \ $(TESTS_ipython) endif