more e2e tests, including cohttp_lwt

This commit is contained in:
Simon Cruanes 2025-12-25 01:21:54 -05:00
parent d3559015df
commit 6ddfe1715a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 4 additions and 4 deletions

View file

@ -35,8 +35,8 @@
(libraries alcotest lwt lwt.unix signal_gatherer))
(tests
(names test_cottp_lwt_client_e2e)
(modules test_cottp_lwt_client_e2e)
(names test_cohttp_lwt_client_e2e)
(modules test_cohttp_lwt_client_e2e)
(package opentelemetry-client-cohttp-lwt)
(enabled_if
(>= %{ocaml_version} 5.0))
@ -44,8 +44,8 @@
(libraries clients_e2e_lib alcotest opentelemetry opentelemetry-client))
(tests
(names test_cottp_eio_client_e2e)
(modules test_cottp_eio_client_e2e)
(names test_cohttp_eio_client_e2e)
(modules test_cohttp_eio_client_e2e)
(package opentelemetry-client-cohttp-eio)
(deps %{bin:emit1_eio})
(enabled_if