Skip to content

Commit

Permalink
Update qcheck-alcotest dependencies
Browse files Browse the repository at this point in the history
test_timer shouldn't be part of the clock package: it is only needed for testing.

XAPI needs to depend on qcheck-alcotest, because quicktest uses it too now.

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Jul 31, 2024
1 parent f7d087b commit 7b50d37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
ppx_sexp_conv
ppx_deriving
psq
qcheck-alcotest
rpclib
(rrdd-plugin (= :version))
rresult
Expand Down
1 change: 0 additions & 1 deletion ocaml/libs/clock/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

(library
(name test_timer)
(package clock)
(modules test_timer)
(libraries
alcotest
Expand Down
1 change: 1 addition & 0 deletions xapi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ depends: [
"ppx_sexp_conv"
"ppx_deriving"
"psq"
"qcheck-alcotest"
"rpclib"
"rrdd-plugin" {= version}
"rresult"
Expand Down

0 comments on commit 7b50d37

Please sign in to comment.