mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 09:26:32 +00:00
terminal: move tests into main
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
pub const Terminal = @import("Terminal.zig");
|
||||
pub const Parser = @import("Parser.zig");
|
||||
|
||||
// Not exported because they're just used for tests.
|
||||
|
||||
test {
|
||||
_ = Parser;
|
||||
_ = Terminal;
|
||||
|
||||
_ = @import("osc.zig");
|
||||
_ = @import("parse_table.zig");
|
||||
_ = @import("Parser.zig");
|
||||
_ = @import("Tabstops.zig");
|
||||
}
|
||||
|
Reference in New Issue
Block a user