http-mirage-client/test/dune
2025-02-10 15:03:30 +01:00

9 lines
229 B
Text

(executable
(name test)
(libraries fmt.tty logs.fmt http-mirage-client tcpip.stack-socket paf.mirage
mirage-crypto-rng mimic-happy-eyeballs alcotest-lwt))
(rule
(alias runtest)
(action
(run ./test.exe --color=always)))