aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-27 15:00:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:14:09 +0200
commitd7e138c2da6a7be9c264787e16bbf9aaae9498cf (patch)
treec059a2bb3c0b5b5cd1740fa19e32ce301c3e82d7
parentModule dependants sort output. (diff)
downloadcalp-d7e138c2da6a7be9c264787e16bbf9aaae9498cf.tar.gz
calp-d7e138c2da6a7be9c264787e16bbf9aaae9498cf.tar.xz
Clean up crypto test.
-rw-r--r--tests/test/crypto.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test/crypto.scm b/tests/test/crypto.scm
index 8d195fa8..0dbf8867 100644
--- a/tests/test/crypto.scm
+++ b/tests/test/crypto.scm
@@ -1,4 +1,8 @@
-(use-modules ((crypto) :select (sha256 checksum->string)))
+(define-module (test crypto)
+ :use-module (srfi srfi-64)
+ :use-module (srfi srfi-64 test-error)
+ :use-module (srfi srfi-88)
+ :use-module ((crypto) :select (sha256 checksum->string)))
(test-equal "sha256"
#vu8(24 95 141 179 34 113 254 37 245 97 166 252 147 139 46 38 67 6 236 48 78 218 81 128 7 209 118 72 38 56 25 105)