mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
test: put all dynamic musl targets behind -Dtest-extra-targets
This commit is contained in:
parent
f785e4745d
commit
ca2da421dd
1 changed files with 2 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ const test_targets = blk: {
|
|||
},
|
||||
.linkage = .dynamic,
|
||||
.link_libc = true,
|
||||
.extra_target = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
|
|
@ -1152,6 +1153,7 @@ const test_targets = blk: {
|
|||
},
|
||||
.linkage = .dynamic,
|
||||
.link_libc = true,
|
||||
.extra_target = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue