aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/util/crypto.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/util/crypto.scm (renamed from tests/test/crypto.scm)2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/crypto.scm b/tests/unit/util/crypto.scm
index 0dbf8867..7be301a0 100644
--- a/tests/test/crypto.scm
+++ b/tests/unit/util/crypto.scm
@@ -20,3 +20,5 @@
(test-error 'wrong-type-arg
(sha256 'something-which-is-not-a-string-or-bytevector))
+
+'((crypto))