2022-10-31 12:16:41 +00:00
|
|
|
(executable
|
|
|
|
(name test)
|
2024-07-11 06:44:29 +00:00
|
|
|
(libraries fmt.tty logs.fmt http-mirage-client tcpip.stack-socket paf.mirage
|
2024-08-29 10:42:23 +00:00
|
|
|
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)))
|