refactor: add remote exit test
This commit is contained in:
parent
981ab22c5c
commit
bbcc800964
3 changed files with 295 additions and 3 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue