10 lines
270 B
Text
10 lines
270 B
Text
|
(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)))
|