mte/unikernel/duniverse/httpun/lib_test/dune
2025-11-11 02:07:51 +01:00

15 lines
259 B
Text

(test
(package httpun)
(libraries bigstringaf httpun alcotest)
(modules
helpers
test_client_connection
test_headers
test_httpun
test_iovec
test_method
test_request
test_response
test_server_connection
test_version)
(name test_httpun))