16 lines
259 B
Text
16 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))
|