aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/util/base64.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/util/base64.scm (renamed from tests/test/base64.scm)2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/base64.scm b/tests/unit/util/base64.scm
index b24d2e8b..7fac883c 100644
--- a/tests/test/base64.scm
+++ b/tests/unit/util/base64.scm
@@ -41,3 +41,5 @@
(test-equal "AAECAw==" (bytevector->base64-string #vu8(0 1 2 3)))
(test-equal #vu8(0 1 2 3) (base64-string->bytevector "AAECAw=="))
+
+'((base64))