add(test): test execution into zterm test build
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 28s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 28s
This commit is contained in:
@@ -205,3 +205,7 @@ fn getReportMode(ps: u8) ReportMode {
|
|||||||
else => ReportMode.not_recognized,
|
else => ReportMode.not_recognized,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
_ = @import("terminal/style.zig");
|
||||||
|
}
|
||||||
|
|||||||
@@ -283,3 +283,7 @@ pub fn value(this: @This(), writer: anytype, content: []const u8) !void {
|
|||||||
// TODO: implement helper functions for terminal capabilities:
|
// TODO: implement helper functions for terminal capabilities:
|
||||||
// - links / url display (osc 8)
|
// - links / url display (osc 8)
|
||||||
// - show / hide cursor?
|
// - show / hide cursor?
|
||||||
|
|
||||||
|
test {
|
||||||
|
_ = Color;
|
||||||
|
}
|
||||||
|
|||||||
@@ -8,5 +8,6 @@ pub const Key = terminal.Key;
|
|||||||
pub const Size = terminal.Size;
|
pub const Size = terminal.Size;
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
_ = @import("terminal.zig");
|
||||||
_ = @import("queue.zig");
|
_ = @import("queue.zig");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user