Extracted from #14647.
This test is disabled and needs to be re-added:
|
// TODO: re-enable this test. It currently has some incompatibilities with |
|
// the new build system API. In particular, it depends on installing the build |
|
// artifacts, which should be unnecessary, and it has a custom build step that |
|
// prints directly to stderr instead of failing the step with an error message. |
|
//.{ |
|
// .build_root = "test/link/macho/uuid", |
|
// .import = @import("link/macho/uuid/build.zig"), |
|
//}, |
Extracted from #14647.
This test is disabled and needs to be re-added:
zig/test/link.zig
Lines 155 to 162 in b4d58e9