diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-04-26 17:26:02 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-04-26 17:26:33 -0400 |
commit | 695fdd97906bb5a3695542037a516aa0f5d45d07 (patch) | |
tree | 5643ce37963751abfb699c4122f627fc8637e3b8 /Makefile.am | |
parent | 6c307ff1186e3ea3eeb2370405afee75c3787099 (diff) |
Replace base64 decoder with Apache 2.0 licensed version.
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 fe56434..4b3593d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,7 @@ SOURCES = \ chickadee/cli/bundle.scm TESTS = \ + tests/base64.scm \ tests/vector.scm \ tests/rect.scm \ tests/matrix.scm \ |