Skip to content

Commit

Permalink
chore: add missing cinaps dependency for tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
edwintorok authored and rgrinberg committed Apr 22, 2022
1 parent dd07884 commit 86f0f7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ possible and does not make any assumptions about IO.
dyn
yojson
(ppx_yojson_conv_lib (>= "v0.14"))
(cinaps :with-test)
(menhir (>= 20211230 :with-test))
(ppx_expect (>= v0.14.0 :with-test))
(uutf (>= 1.0.2))
(odoc :with-doc)
(ocaml (>= 4.12))))
Expand Down
3 changes: 3 additions & 0 deletions lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ depends: [
"dyn"
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"cinaps" {with-test}
"menhir" {"20211230" >= with-test}
"ppx_expect" {"v0.14.0" >= with-test}
"uutf" {>= "1.0.2"}
"odoc" {with-doc}
"ocaml" {>= "4.12"}
Expand Down

0 comments on commit 86f0f7d

Please sign in to comment.