refactor: add remote exit test

This commit is contained in:
CJ van den Berg 2026-03-10 23:02:29 +01:00
parent 981ab22c5c
commit bbcc800964
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 295 additions and 3 deletions

View file

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