2022-10-31 12:16:41 +00:00
|
|
|
(executable
|
|
|
|
(name test)
|
|
|
|
(libraries http-mirage-client tcpip.stack-socket paf.mirage
|
2022-11-01 13:37:30 +00:00
|
|
|
mirage-clock-unix mirage-random-stdlib 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)))
|