Add some unit tests for a few functions
Mostly only testing the easily-testable helpers in utils and Config
This commit is contained in:
parent
3ceaf8a004
commit
0970702263
3 changed files with 195 additions and 0 deletions
|
|
@ -255,3 +255,8 @@ const WindowManager = @import("WindowManager.zig");
|
|||
const XkbBindings = @import("XkbBindings.zig");
|
||||
|
||||
const log = std.log.scoped(.main);
|
||||
|
||||
test {
|
||||
_ = @import("utils.zig");
|
||||
_ = @import("Config.zig");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue