add test/validate_response.ml

This commit is contained in:
swrup 2026-02-27 17:49:54 +01:00 committed by Swrup
parent b984190d6d
commit cbf54c16df
6 changed files with 277 additions and 12 deletions

View file

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