Skip to content

Commit

Permalink
test: Add iterate fn reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mochalins committed Sep 30, 2024
1 parent 84219a2 commit 1585573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/serialport.zig
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ test {
std.testing.refAllDeclsRecursive(Port);
std.testing.refAllDeclsRecursive(Iterator);
std.testing.refAllDeclsRecursive(Stub);
_ = try iterate();

switch (builtin.target.os.tag) {
.linux => std.testing.refAllDeclsRecursive(linux),
Expand Down

0 comments on commit 1585573

Please sign in to comment.