mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00: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
Reference in a new issue