10 lines
267 B
Text
10 lines
267 B
Text
(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))
|
|
|
|
(rule
|
|
(alias runtest)
|
|
(action
|
|
(run ./test.exe --color=always)))
|