Skip to content

Commit 65dc11e

Browse files
authored
Merge pull request #5685 from edwintorok/private/edvint/qcheck
2 parents f659636 + d5f1825 commit 65dc11e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

ocaml/libs/sexpr/test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(test
22
(name test_sexpr)
33
(modules test_sexpr)
4-
(libraries sexpr astring rresult qcheck alcotest threads))
4+
(libraries sexpr astring rresult qcheck-core alcotest threads))

sexpr.opam.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ depends: [
1111
"ocaml"
1212
"dune"
1313
"astring"
14+
"qcheck-core" {with-test}
1415
"xapi-stdext-threads"
1516
]
1617
synopsis: "Library required by xapi"

wsproxy.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"re"
2323
"uuid"
2424
"ounit2" {with-test}
25-
"qcheck" {with-test}
25+
"qcheck-core" {with-test}
2626
]
2727
tags: [ "org:xapi-project" ]
2828
synopsis: "Websockets proxy for VNC traffic"

wsproxy.opam.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"re"
2121
"uuid"
2222
"ounit2" {with-test}
23-
"qcheck" {with-test}
23+
"qcheck-core" {with-test}
2424
]
2525
tags: [ "org:xapi-project" ]
2626
synopsis: "Websockets proxy for VNC traffic"

0 commit comments

Comments
 (0)