Skip to content

Commit

Permalink
ocaml: fix packages for quicktest and xs-trace tests
Browse files Browse the repository at this point in the history
They were misatributed to xapi, when the binaries are built for other packages

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Oct 1, 2024
1 parent 2f251e1 commit 450096d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
; 'xapi-tools' will have version ~dev, not 'master' like all the others
; because it is not in xs-opam yet
rrd-transport
xapi-tracing-export
(alcotest :with-test)
(ppx_deriving_rpc :with-test)
(qcheck-core :with-test)
Expand Down Expand Up @@ -391,6 +392,7 @@
(xapi-stdext-zerocheck (= :version))
(xapi-test-utils :with-test)
(xapi-tracing (= :version))
(xapi-tracing-export (= :version))
(xapi-types (= :version))
xenctrl ; for quicktest
xenstore_transport
Expand Down
2 changes: 1 addition & 1 deletion ocaml/quicktest/dune
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@

(rule
(alias runtest)
(package xapi)
(package xapi-debug)
(action (run ./quicktest.exe -skip-xapi -- list))
)
2 changes: 1 addition & 1 deletion ocaml/xs-trace/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

(rule
(alias runtest)
(package xapi)
(package xapi-tools)
(deps test-xs-trace.sh ../xs_trace.exe test-source.json test-source.ndjson test_xs_trace.exe)
(action (run bash test-xs-trace.sh)))
1 change: 1 addition & 0 deletions xapi-tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ depends: [
"xmlm"
"yojson"
"rrd-transport"
"xapi-tracing-export"
"alcotest" {with-test}
"ppx_deriving_rpc" {with-test}
"qcheck-core" {with-test}
Expand Down
1 change: 1 addition & 0 deletions xapi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ depends: [
"xapi-stdext-zerocheck" {= version}
"xapi-test-utils" {with-test}
"xapi-tracing" {= version}
"xapi-tracing-export" {= version}
"xapi-types" {= version}
"xenctrl"
"xenstore_transport"
Expand Down

0 comments on commit 450096d

Please sign in to comment.