update tests

This commit is contained in:
swrup 2026-03-21 00:58:15 +01:00 committed by Swrup
parent 176c7cfa2b
commit df02bf0f48
5 changed files with 199 additions and 214 deletions

View file

@ -1,14 +1,9 @@
(test
(name test)
(modules test)
(libraries mte fmt))
(test
(name test_crypto)
(modules test_crypto)
(libraries mte fmt))
(libraries mte mirage-crypto-rng.unix))
(executable
(name validate_response)
(modules validate_response)
(libraries mte fmt bos))
(libraries mte bos cmdliner))