diff options
-rw-r--r-- | dune-project | 4 | ||||
-rw-r--r-- | flesh.opam | 2 | ||||
-rw-r--r-- | lib/dune | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/dune-project b/dune-project index c16a7f9..128429f 100644 --- a/dune-project +++ b/dune-project @@ -28,10 +28,12 @@ base64 ppx_deriving domain-name + ppx_expect (js_of_ocaml-compiler :with-test) (merlin :with-test) - (utop :with-test)) + (utop :with-test) + (portal-tcp :with-test)) (tags (xmpp lwt))) @@ -17,9 +17,11 @@ depends: [ "base64" "ppx_deriving" "domain-name" + "ppx_expect" "js_of_ocaml-compiler" {with-test} "merlin" {with-test} "utop" {with-test} + "portal-tcp" {with-test} "odoc" {with-doc} ] build: [ @@ -6,4 +6,6 @@ portal markup markup-lwt) - (preprocess (pps ppx_deriving.show))) + (inline_tests + (libraries portal-tcp)) + (preprocess (pps ppx_deriving.show ppx_expect))) |