From 1ef0c9b18263ee1354987e8f104aff562a953fe6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 1 Oct 2021 08:19:52 -0400 Subject: Add (chickadee data quadtree) module. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9a108d5..6bcc25a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ SOURCES = \ chickadee/data/heap.scm \ chickadee/data/array-list.scm \ chickadee/data/queue.scm \ + chickadee/data/quadtree.scm \ chickadee/data/grid.scm \ chickadee/data/path-finding.scm \ chickadee/math.scm \ @@ -99,7 +100,8 @@ SOURCES = \ chickadee/cli/bundle.scm TESTS = \ - tests/math/vector.scm + tests/math/vector.scm \ + tests/data/quadtree.scm TEST_EXTENSIONS = .scm SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE) -- cgit v1.2.3