http-mirage-client/test/dune

10 lines
270 B
Text
Raw Normal View History

2022-10-31 12:16:41 +00:00
(executable
(name test)
(libraries http-mirage-client tcpip.stack-socket paf.mirage
mirage-clock-unix mirage-random-stdlib happy-eyeballs-lwt mirage-time-unix
mimic-happy-eyeballs alcotest-lwt))
(rule
(alias runtest)
(action (run ./test.exe --color=always)))