WIP: refactor: add remote_roundtrip_test
This commit is contained in:
parent
47f4202b94
commit
b580d9da36
4 changed files with 152 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ pub const cpp = @import("tests_cpp.zig");
|
|||
pub const thespian = @import("tests_thespian.zig");
|
||||
pub const ip_tcp_client_server = @import("ip_tcp_client_server.zig");
|
||||
pub const remote_poc = @import("remote_poc_test.zig");
|
||||
pub const remote_roundtrip = @import("remote_roundtrip_test.zig");
|
||||
|
||||
test {
|
||||
std.testing.refAllDecls(@This());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue