fix: ip_tcp_client_server.zig testcase
This commit is contained in:
parent
224342611c
commit
b16a47efae
3 changed files with 79 additions and 26 deletions
|
|
@ -66,3 +66,13 @@ test "spawn_exit" {
|
|||
test "timeout_test" {
|
||||
try testcase("timeout_test");
|
||||
}
|
||||
|
||||
test "unx_c_api" {
|
||||
try testcase("unx_c_api");
|
||||
}
|
||||
test "tcp_c_api" {
|
||||
try testcase("tcp_c_api");
|
||||
}
|
||||
test "socket_c_api" {
|
||||
try testcase("socket_c_api");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue