mte/test/dune
2026-02-27 17:51:51 +01:00

14 lines
223 B
Text

(test
(name test)
(modules test)
(libraries mte fmt))
(test
(name test_crypto)
(modules test_crypto)
(libraries mte fmt))
(executable
(name validate_response)
(modules validate_response)
(libraries mte fmt bos))