diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-08-05 07:34:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-08-05 07:34:57 -0400 |
commit | 40468f62ae07d5b1b2e2e58bfdeda8af4203fd93 (patch) | |
tree | 02491be769370aef08197d167100f28c20ad1ac3 /Makefile.am | |
parent | 7227a8145d376ea57ed91df97ba273378817d7c2 (diff) |
Add tests for matrix module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |