mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
disable stage2 zir tests on not-yet-supported OS's
This commit is contained in:
parent
2bae942800
commit
6e6d0eb690
@ -1,8 +1,9 @@
|
||||
const TestContext = @import("../../src-self-hosted/test.zig").TestContext;
|
||||
|
||||
pub fn addCases(ctx: *TestContext) void {
|
||||
if (@import("std").Target.current.os.tag == .windows) {
|
||||
if (@import("std").Target.current.os.tag != .linux) {
|
||||
// TODO implement self-hosted PE (.exe file) linking
|
||||
// TODO implement more ZIR so we don't depend on linux
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user