From fbd1fd86c7c76576336d680d7c468ce9c2b19ff9 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 23 Jan 2024 22:18:52 -0500 Subject: [PATCH] logs is a test dep --- dune-project | 1 + tiny_httpd.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/dune-project b/dune-project index f228c31d..0a89e09f 100644 --- a/dune-project +++ b/dune-project @@ -22,6 +22,7 @@ result (ocaml (>= 4.08)) (odoc :with-doc) + (logs :with-test) (conf-libcurl :with-test) (ptime :with-test) (qcheck-core (and (>= 0.9) :with-test)))) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index eb19a982..cc4a4daa 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -17,6 +17,7 @@ depends: [ "result" "ocaml" {>= "4.08"} "odoc" {with-doc} + "logs" {with-test} "conf-libcurl" {with-test} "ptime" {with-test} "qcheck-core" {>= "0.9" & with-test}