This commit is contained in:
swrup 2026-02-27 01:04:23 +01:00
parent f56ef6b544
commit 23eeafb2f9
2 changed files with 10 additions and 0 deletions

View file

@ -7,3 +7,8 @@
(name test_crypto)
(modules test_crypto)
(libraries mte fmt))
(test
(name test_verify_keys)
(modules test_verify_keys)
(libraries mte fmt bos))

5
test/test_verify_keys.ml Normal file
View file

@ -0,0 +1,5 @@
let () =
Fmt.pr "cc@.";
()