Skip to content

Commit 86f0f7d

Browse files
edwintorokrgrinberg
authored andcommitted
chore: add missing cinaps dependency for tests
A simple 'dune runtest' was failing after 'opam install --deps-only . --with-test' 'make install-test-deps' has some extra packages that were missing from the opam and dune-project: add them. Signed-off-by: Edwin Török <[email protected]> ps-id: 25E2737D-2426-48BF-9C2A-DD7D36CE0C4F
1 parent dd07884 commit 86f0f7d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dune-project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ possible and does not make any assumptions about IO.
3535
dyn
3636
yojson
3737
(ppx_yojson_conv_lib (>= "v0.14"))
38+
(cinaps :with-test)
39+
(menhir (>= 20211230 :with-test))
40+
(ppx_expect (>= v0.14.0 :with-test))
3841
(uutf (>= 1.0.2))
3942
(odoc :with-doc)
4043
(ocaml (>= 4.12))))

lsp.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ depends: [
2828
"dyn"
2929
"yojson"
3030
"ppx_yojson_conv_lib" {>= "v0.14"}
31+
"cinaps" {with-test}
32+
"menhir" {"20211230" >= with-test}
33+
"ppx_expect" {"v0.14.0" >= with-test}
3134
"uutf" {>= "1.0.2"}
3235
"odoc" {with-doc}
3336
"ocaml" {>= "4.12"}

0 commit comments

Comments
 (0)