From 40468f62ae07d5b1b2e2e58bfdeda8af4203fd93 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 5 Aug 2022 07:34:57 -0400 Subject: Add tests for matrix module. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4dc96a7..767e76d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,6 +103,7 @@ SOURCES = \ TESTS = \ tests/vector.scm \ + tests/matrix.scm \ tests/array-list.scm \ tests/heap.scm \ tests/quadtree.scm \ -- cgit v1.2.3