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

View file

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

4
test/test_verify_keys.ml Normal file
View file

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