From 648a70e8929c1cf63a6093c4a78fe459c03b7273 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 14 May 2012 00:53:04 +0200 Subject: info: Fix prev/next pointers. * src/guile/skribilo/ast.scm (ast-fold): Explicitly document as depth-first. * src/guile/skribilo/engine/info.scm (info-node): Support PREV and NEXT as false. (node-next+prev+top): Rewrite using `match' and `node-children'. * tests/Makefile.am (TESTS): Add `engines/info.test'. * tests/engines/info.test: New file. --- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 280875a..84cb0c9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,11 @@ TESTS_ENVIRONMENT = \ GUILE_LOAD_COMPILED_PATH="$(top_builddir)/src/guile:$$GUILE_LOAD_COMPILED_PATH" \ $(GUILE) -L $(top_srcdir)/src/guile -L $(top_builddir)/src/guile -TESTS = ast.test readers/rss-2.test resolve.test +TESTS = \ + ast.test \ + resolve.test \ + readers/rss-2.test \ + engines/info.test EXTRA_DIST = $(TESTS) -- cgit v1.2.3