Add TTY and VGA interface
Line endings Removed redundant files Line ending
This commit is contained in:
parent
0196ef7824
commit
faeb433bb0
7 changed files with 3016 additions and 98 deletions
|
@ -53,6 +53,7 @@ fn buildTest(b: *Builder, src_path: []const u8) void {
|
|||
var file_src = concat(b.allocator, src_path2.toSlice(), file) catch unreachable;
|
||||
file_src.append(".zig") catch unreachable;
|
||||
const tst = b.addTest(file_src.toSlice());
|
||||
tst.setMainPkgPath(".");
|
||||
step.dependOn(&tst.step);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue