My agentic slop goes here. Not intended for anyone else!
1(test
2 (name test_jmap)
3 (libraries eio_main jmap-core jmap-mail jmap-client requests alcotest ezjsonm)
4 (flags (:standard -w -21))
5 (deps (source_tree data)))
6
7(executable
8 (name test_fastmail)
9 (libraries eio_main jmap requests mirage-crypto-rng.unix)
10 (flags (:standard -w -21))
11 (modes exe))
12
13(executable
14 (name test_simple_https)
15 (libraries eio_main requests mirage-crypto-rng.unix)
16 (modes exe))
17
18(executable
19 (name test_unified_api)
20 (libraries jmap jmap-core jmap-mail)
21 (modes exe))