reenable tests
parent
f60587ffcc
commit
51f878417f
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue