Skip to content

Commit 6ab2082

Browse files
committed
fix(opam): mark quicktest self-test as part of the xapi-debug package
Otherwise it'd try to build it as part of another package and fail because `rpclib.core` cannot be found. Fixes: 1316037 ("CP-311150: test code for new library") Signed-off-by: Edwin Török <edwin.torok@citrix.com>
1 parent bcc9c1e commit 6ab2082

File tree

1 file changed

+1
-0
lines changed
  • ocaml/quicktest/trace/test

1 file changed

+1
-0
lines changed

ocaml/quicktest/trace/test/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
(test
22
(name tracetest)
3+
(package xapi-debug)
34
(libraries quicktest_trace quicktest_trace_rpc fmt.tty logs logs.fmt opentelemetry rpclib.core))

0 commit comments

Comments
 (0)