fix: ip_tcp_client_server.zig testcase

This commit is contained in:
CJ van den Berg 2026-03-04 18:34:42 +01:00
parent 224342611c
commit b16a47efae
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 79 additions and 26 deletions

View file

@ -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");
}