Compare commits
2 commits
c7a3ec9374
...
bcaef08034
Author | SHA1 | Date | |
---|---|---|---|
bcaef08034 | |||
17601460e7 |
2 changed files with 4 additions and 3 deletions
|
@ -17,12 +17,13 @@ depends: [
|
||||||
"lwt" {>= "5.5.0"}
|
"lwt" {>= "5.5.0"}
|
||||||
"mimic-happy-eyeballs" {>= "0.0.9"}
|
"mimic-happy-eyeballs" {>= "0.0.9"}
|
||||||
"httpaf"
|
"httpaf"
|
||||||
"alcotest-lwt" {with-test}
|
"alcotest-lwt" {with-test & >= "1.0.0"}
|
||||||
"mirage-clock-unix" {with-test & >= "4.0.0"}
|
"mirage-clock-unix" {with-test & >= "4.0.0"}
|
||||||
"mirage-crypto-rng" {with-test}
|
"mirage-crypto-rng" {with-test}
|
||||||
"mirage-time-unix" {with-test & >= "3.0.0"}
|
"mirage-time-unix" {with-test & >= "3.0.0"}
|
||||||
"h2" {>= "0.10.0"}
|
"h2" {>= "0.10.0"}
|
||||||
"tls" {>= "1.0.0"}
|
"tls" {>= "1.0.0"}
|
||||||
|
"x509" {>= "1.0.0"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
(executable
|
(executable
|
||||||
(name test)
|
(name test)
|
||||||
(libraries fmt.tty logs.fmt http-mirage-client tcpip.stack-socket paf.mirage
|
(libraries fmt.tty logs.fmt http-mirage-client tcpip.stack-socket paf.mirage
|
||||||
mirage-clock-unix mirage-crypto-rng mirage-time-unix
|
mirage-clock-unix mirage-crypto-rng mirage-time-unix mimic-happy-eyeballs
|
||||||
mimic-happy-eyeballs alcotest-lwt))
|
alcotest-lwt))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
(alias runtest)
|
(alias runtest)
|
||||||
|
|
Loading…
Reference in a new issue