mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
18 lines
436 B
Text
18 lines
436 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})
|
|
)
|