diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-24 21:14:23 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-24 21:14:23 -0400 |
commit | ae5ff439a3c499e88a2685cfb0b5a6bf466c0c19 (patch) | |
tree | 21092b59f4ec3b5f11983aa495e8d471bf2f61c1 /Makefile.am | |
parent | 86b4b72fa1fdcc424febe327bfc42e33c1eb5b38 (diff) |
Add tests for (chickadee math rect) 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 04b56a0..55f626e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,6 +103,7 @@ SOURCES = \ TESTS = \ tests/vector.scm \ + tests/rect.scm \ tests/matrix.scm \ tests/array-list.scm \ tests/heap.scm \ |