refactor: add a test using the C API
This commit is contained in:
parent
cf6685b34b
commit
824faa87da
5 changed files with 242 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ test "ip_tcp_client_server" {
|
|||
try testcase("ip_tcp_client_server");
|
||||
}
|
||||
|
||||
test "ip_tcp_client_server_c" {
|
||||
try testcase("ip_tcp_client_server_c");
|
||||
}
|
||||
|
||||
test "ip_udp_echo" {
|
||||
try testcase("ip_udp_echo");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue