Skip to content

Commit 9741ad4

Browse files
authored
Merge pull request #5898 from edwintorok/master
2 parents 1be062b + 83cded6 commit 9741ad4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
ppx_sexp_conv
332332
ppx_deriving
333333
psq
334+
qcheck-alcotest
334335
rpclib
335336
(rrdd-plugin (= :version))
336337
rresult

ocaml/libs/clock/dune

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313

1414
(library
1515
(name test_timer)
16-
(package clock)
1716
(modules test_timer)
1817
(libraries
1918
alcotest
2019
clock
2120
fmt
2221
mtime.clock.os
23-
qcheck-alcotest
2422
qcheck-core
2523
)
2624
)

xapi.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ depends: [
3737
"ppx_sexp_conv"
3838
"ppx_deriving"
3939
"psq"
40+
"qcheck-alcotest"
4041
"rpclib"
4142
"rrdd-plugin" {= version}
4243
"rresult"

0 commit comments

Comments
 (0)