diff --git a/cohttp-eio/tests/dune b/cohttp-eio/tests/dune index ba87a82c5..32c7b7598 100644 --- a/cohttp-eio/tests/dune +++ b/cohttp-eio/tests/dune @@ -1,5 +1,6 @@ (test (name test) (libraries alcotest cohttp-eio eio eio.mock eio_main logs.fmt) + (package cohttp-eio) (preprocess (pps ppx_here)))