mte/test/dune

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))