Compare commits
No commits in common. "bcaef08034cf60ff5a0653a178345921b6b2a68d" and "c7a3ec93741c1d3ad93f888987133f9a55b8e579" have entirely different histories.
bcaef08034
...
c7a3ec9374
2 changed files with 3 additions and 4 deletions
|
@ -17,13 +17,12 @@ depends: [
|
|||
"lwt" {>= "5.5.0"}
|
||||
"mimic-happy-eyeballs" {>= "0.0.9"}
|
||||
"httpaf"
|
||||
"alcotest-lwt" {with-test & >= "1.0.0"}
|
||||
"alcotest-lwt" {with-test}
|
||||
"mirage-clock-unix" {with-test & >= "4.0.0"}
|
||||
"mirage-crypto-rng" {with-test}
|
||||
"mirage-time-unix" {with-test & >= "3.0.0"}
|
||||
"h2" {>= "0.10.0"}
|
||||
"tls" {>= "1.0.0"}
|
||||
"x509" {>= "1.0.0"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
(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))
|
||||
mirage-clock-unix mirage-crypto-rng mirage-time-unix
|
||||
mimic-happy-eyeballs alcotest-lwt))
|
||||
|
||||
(rule
|
||||
(alias runtest)
|
||||
|
|
Loading…
Reference in a new issue