http-mirage-client/test/dune

10 lines
247 B
Text
Raw Permalink 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-17 11:02:10 +00:00
mirage-crypto-rng mimic-happy-eyeballs alcotest-lwt dns-client-mirage))
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)))