mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
link-test: skip foreign checks in entry_in_archive MachO test
This commit is contained in:
parent
a88c0b4d08
commit
e0bf7b6424
@ -30,6 +30,7 @@ fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.Optimize
|
||||
exe.linkLibC();
|
||||
|
||||
const run = exe.run();
|
||||
run.skip_foreign_checks = true;
|
||||
run.expectExitCode(0);
|
||||
test_step.dependOn(&run.step);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user