http-mirage-client/test/dune

11 lines
267 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
2023-02-02 13:33:39 +00:00
mirage-clock-unix mirage-crypto-rng mirage-time-unix
2022-10-31 12:16:41 +00:00
mimic-happy-eyeballs alcotest-lwt))
(rule
(alias runtest)
2022-10-31 14:30:42 +00:00
(action
(run ./test.exe --color=always)))