simulator: Add basic test for the clock

This commit is contained in:
2026-05-22 11:07:16 +02:00
parent c663ed56f0
commit c2c7a3ac83
2 changed files with 32 additions and 0 deletions
+4
View File
@@ -96,3 +96,7 @@ fn getExecutableEntryPoint(self: *Simulator, name: []const u8) ?EntryPoint {
}
return null;
}
test {
_ = @import("test_simulator.zig");
}