mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
12 lines
418 B
Text
12 lines
418 B
Text
(env
|
|
(_
|
|
; Make the binaries for the test emitters available on the path for the components defined in this dir.
|
|
; See https://dune.readthedocs.io/en/stable/reference/dune/env.html
|
|
(binaries
|
|
(../bin/emit_logs_cohttp.exe as emit_logs_cohttp))))
|
|
|
|
(tests
|
|
(names test_logs_e2e)
|
|
(package opentelemetry-logs)
|
|
(libraries opentelemetry opentelemetry-logs signal_gatherer alcotest)
|
|
(deps %{bin:emit_logs_cohttp}))
|