WIP: refactor: add remote_roundtrip_test

This commit is contained in:
CJ van den Berg 2026-03-06 21:32:14 +01:00
parent 9c99f93828
commit 0705447e3b
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 152 additions and 0 deletions

View file

@ -4,6 +4,7 @@ pub const thespian = @import("tests_thespian.zig");
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");
test {
std.testing.refAllDecls(@This());