mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
more e2e tests, including cohttp_lwt
This commit is contained in:
parent
d3559015df
commit
6ddfe1715a
3 changed files with 4 additions and 4 deletions
|
|
@ -35,8 +35,8 @@
|
||||||
(libraries alcotest lwt lwt.unix signal_gatherer))
|
(libraries alcotest lwt lwt.unix signal_gatherer))
|
||||||
|
|
||||||
(tests
|
(tests
|
||||||
(names test_cottp_lwt_client_e2e)
|
(names test_cohttp_lwt_client_e2e)
|
||||||
(modules test_cottp_lwt_client_e2e)
|
(modules test_cohttp_lwt_client_e2e)
|
||||||
(package opentelemetry-client-cohttp-lwt)
|
(package opentelemetry-client-cohttp-lwt)
|
||||||
(enabled_if
|
(enabled_if
|
||||||
(>= %{ocaml_version} 5.0))
|
(>= %{ocaml_version} 5.0))
|
||||||
|
|
@ -44,8 +44,8 @@
|
||||||
(libraries clients_e2e_lib alcotest opentelemetry opentelemetry-client))
|
(libraries clients_e2e_lib alcotest opentelemetry opentelemetry-client))
|
||||||
|
|
||||||
(tests
|
(tests
|
||||||
(names test_cottp_eio_client_e2e)
|
(names test_cohttp_eio_client_e2e)
|
||||||
(modules test_cottp_eio_client_e2e)
|
(modules test_cohttp_eio_client_e2e)
|
||||||
(package opentelemetry-client-cohttp-eio)
|
(package opentelemetry-client-cohttp-eio)
|
||||||
(deps %{bin:emit1_eio})
|
(deps %{bin:emit1_eio})
|
||||||
(enabled_if
|
(enabled_if
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue