This commit is contained in:
parent
f56ef6b544
commit
de0be49f35
2 changed files with 9 additions and 0 deletions
|
|
@ -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
4
test/test_verify_keys.ml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
let () =
|
||||||
|
Fmt.pr "cc@.";
|
||||||
|
|
||||||
|
()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue