Skip to content

Commit

Permalink
Do not link libraries with eio.mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Jun 19, 2023
1 parent 81fe4ab commit b73d999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cohttp-eio/src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name cohttp_eio)
(public_name cohttp-eio)
(libraries cohttp eio eio.mock fmt http logs ptime uri uri.services))
(libraries cohttp eio fmt http logs ptime uri uri.services))
2 changes: 1 addition & 1 deletion cohttp-eio/tests/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(test
(name test)
(libraries alcotest cohttp-eio eio eio_main logs.fmt)
(libraries alcotest cohttp-eio eio eio.mock eio_main logs.fmt)
(preprocess
(pps ppx_here)))

0 comments on commit b73d999

Please sign in to comment.