ocaml-opentelemetry/tests/logs/dune
Corentin Leruth 42e41675b5 fmt
2025-11-08 12:43:21 +01:00

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}))