mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
fix test being in the wrong package
This commit is contained in:
parent
a4d95409ee
commit
3bf18fed69
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(tests
|
||||
(names test_client_lib)
|
||||
(package opentelemetry)
|
||||
(package opentelemetry-client)
|
||||
(libraries alcotest opentelemetry-client))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(tests
|
||||
(names test_trace_context t_size t_histogram test_span_dummy)
|
||||
(package opentelemetry)
|
||||
(libraries pbrt opentelemetry opentelemetry-client))
|
||||
(libraries pbrt opentelemetry))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue