http-mirage-client/test/dune

10 lines
229 B
Text
Raw Normal View History

2022-10-31 12:16:41 +00:00
(executable
(name test)
(libraries fmt.tty logs.fmt http-mirage-client tcpip.stack-socket paf.mirage
2025-02-10 14:03:30 +00:00
mirage-crypto-rng mimic-happy-eyeballs alcotest-lwt))
2022-10-31 12:16:41 +00:00
(rule
(alias runtest)
2022-10-31 14:30:42 +00:00
(action
(run ./test.exe --color=always)))