aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune-project7
-rw-r--r--flesh.opam1
-rw-r--r--flesh_websockets.opam2
3 files changed, 8 insertions, 2 deletions
diff --git a/dune-project b/dune-project
index 08f71c6..aeb994f 100644
--- a/dune-project
+++ b/dune-project
@@ -26,7 +26,8 @@
lwt
(js_of_ocaml-compiler
:with-test)
- (merlin :with-test))
+ (merlin :with-test)
+ (utop :with-test))
(tags
(xmpp lwt)))
@@ -43,7 +44,9 @@
xmlm
(flesh
(and (= :version)
- :with-test)))
+ :with-test))
+ (merlin :with-test)
+ (utop :with-test))
(tags
(xmpp flesh websockets lwt)))
diff --git a/flesh.opam b/flesh.opam
index 713a01a..9f25fdf 100644
--- a/flesh.opam
+++ b/flesh.opam
@@ -15,6 +15,7 @@ depends: [
"lwt"
"js_of_ocaml-compiler" {with-test}
"merlin" {with-test}
+ "utop" {with-test}
"odoc" {with-doc}
]
build: [
diff --git a/flesh_websockets.opam b/flesh_websockets.opam
index 4b8cd05..0f2e532 100644
--- a/flesh_websockets.opam
+++ b/flesh_websockets.opam
@@ -16,6 +16,8 @@ depends: [
"js_of_ocaml-ppx"
"xmlm"
"flesh" {= version & with-test}
+ "merlin" {with-test}
+ "utop" {with-test}
"odoc" {with-doc}
]
build: [