This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
12
unikernel/duniverse/ocaml-h1/lib_test/test_h1.ml
Normal file
12
unikernel/duniverse/ocaml-h1/lib_test/test_h1.ml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
let () =
|
||||
Alcotest.run "h1 unit tests"
|
||||
[ "websocket" , Test_websocket.tests
|
||||
; "version" , Test_version.tests
|
||||
; "method" , Test_method.tests
|
||||
; "iovec" , Test_iovec.tests
|
||||
; "headers" , Test_headers.tests
|
||||
; "request" , Test_request.tests
|
||||
; "response" , Test_response.tests
|
||||
; "client connection", Test_client_connection.tests
|
||||
; "server connection", Test_server_connection.tests
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue