mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 03:14:14 +00:00
reenable tests
This commit is contained in:
@@ -260,9 +260,9 @@ pub const std_options: std.Options = options: {
|
||||
|
||||
test {
|
||||
_ = terminal;
|
||||
// _ = @import("lib/main.zig");
|
||||
// @import("std").testing.refAllDecls(input);
|
||||
// if (comptime terminal.options.c_abi) {
|
||||
// _ = terminal.c_api;
|
||||
// }
|
||||
_ = @import("lib/main.zig");
|
||||
@import("std").testing.refAllDecls(input);
|
||||
if (comptime terminal.options.c_abi) {
|
||||
_ = terminal.c_api;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user