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

This commit is contained in:
2024-11-09 21:29:49 +01:00
parent 6d389bcd4b
commit c83cf530ce
3 changed files with 9 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ pub const Key = terminal.Key;
pub const Size = terminal.Size;
test {
_ = @import("terminal.zig");
_ = @import("queue.zig");
}