http-mirage-client/test/dune

11 lines
267 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
mirage-clock-unix mirage-crypto-rng mirage-time-unix 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)))