WIP: add remote_endpoint_test
This commit is contained in:
parent
0705447e3b
commit
3b9e10a03d
6 changed files with 462 additions and 7 deletions
|
|
@ -5,6 +5,7 @@ pub const ip_tcp_client_server = @import("ip_tcp_client_server.zig");
|
|||
pub const subprocess_test = @import("subprocess_test.zig");
|
||||
pub const remote_poc = @import("remote_poc_test.zig");
|
||||
pub const remote_roundtrip = @import("remote_roundtrip_test.zig");
|
||||
pub const remote_endpoint = @import("remote_endpoint_test.zig");
|
||||
|
||||
test {
|
||||
std.testing.refAllDecls(@This());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue