mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 15:31:48 +00:00
enable test coverage for cross compiling windows mingw-w64
closes #3285
This commit is contained in:
parent
c161ce3f7c
commit
96affd683a
@ -154,17 +154,16 @@ const test_targets = [_]TestTarget{
|
||||
},
|
||||
},
|
||||
|
||||
// TODO https://github.com/ziglang/zig/issues/3285
|
||||
//TestTarget{
|
||||
// .target = Target{
|
||||
// .Cross = CrossTarget{
|
||||
// .os = .windows,
|
||||
// .arch = .x86_64,
|
||||
// .abi = .gnu,
|
||||
// },
|
||||
// },
|
||||
// .link_libc = true,
|
||||
//},
|
||||
TestTarget{
|
||||
.target = Target{
|
||||
.Cross = CrossTarget{
|
||||
.os = .windows,
|
||||
.arch = .x86_64,
|
||||
.abi = .gnu,
|
||||
},
|
||||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
|
||||
// Do the release tests last because they take a long time
|
||||
TestTarget{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user