From 27ab6af573605ed6a4a49dd55358bc3930891b98 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 17 Jun 2022 22:21:43 -0400 Subject: [PATCH] depend on yojson for tests --- containers.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/containers.opam b/containers.opam index 315ba9e7..7f5fe570 100644 --- a/containers.opam +++ b/containers.opam @@ -19,6 +19,7 @@ depends: [ "qtest" { with-test } "qcheck" { >= "0.14" & with-test } "ounit2" { with-test } + "yojson" { with-test } "iter" { with-test } "gen" { with-test } "csexp" { with-test }