diff --git a/clock.opam b/clock.opam index 45b4fd162c2..73192316295 100644 --- a/clock.opam +++ b/clock.opam @@ -13,6 +13,7 @@ depends: [ "astring" "mtime" "ptime" + "xapi-log" {= version} "qcheck-core" {with-test} "qcheck-alcotest" {with-test} "odoc" {with-doc} diff --git a/dune-project b/dune-project index 88080ce624c..94a885046a7 100644 --- a/dune-project +++ b/dune-project @@ -29,6 +29,7 @@ astring mtime ptime + (xapi-log (= :version)) (qcheck-core :with-test) (qcheck-alcotest :with-test) )