ocaml-trace/test/common/dune
Simon Cruanes 42bf837113
add Trace_lwt optional library (#47)
* add Trace_lwt optional library

provides a with_span that's lwt friendly, as well as a ambient span
provider.

* test: extract recorder used for ambient tests

* tests for trace.lwt

* opam
2026-04-14 14:10:32 -04:00

3 lines
60 B
Text

(library
(name test_trace_common)
(libraries trace.core))