07cc1ae89b
Updated runtime tests Added doc comments for runtime tests PR review WIP Fixed testing Import GDT to run the unit tests Removed redundant arch tests Removed whitespace
6 lines
252 B
Zig
6 lines
252 B
Zig
pub const arch = @import("arch_mock.zig");
|
|
pub const gdt = @import("gdt_mock.zig");
|
|
pub const log = @import("log_mock.zig");
|
|
pub const mem = @import("mem_mock.zig");
|
|
pub const panic = @import("panic_mock.zig");
|
|
pub const vga = @import("vga_mock.zig");
|