authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:03:02+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:03:02+02:00
logca2da421dda4440db29ddaffa6e71e6c824f4b83
tree67bcdc26b4edb3d344c4729cbf880db734e2f2dd
parentf785e4745d85f7056ab670989c5739b62b0df265
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: put all dynamic musl targets behind -Dtest-extra-targets


1 files changed, 2 insertions(+), 0 deletions(-)

test/tests.zig+2
...@@ -176,6 +176,7 @@ const test_targets = blk: {...@@ -176,6 +176,7 @@ const test_targets = blk: {
176 },176 },
177 .linkage = .dynamic,177 .linkage = .dynamic,
178 .link_libc = true,178 .link_libc = true,
179 .extra_target = true,
179 },180 },
180 .{181 .{
181 .target = .{182 .target = .{
...@@ -1152,6 +1153,7 @@ const test_targets = blk: {...@@ -1152,6 +1153,7 @@ const test_targets = blk: {
1152 },1153 },
1153 .linkage = .dynamic,1154 .linkage = .dynamic,
1154 .link_libc = true,1155 .link_libc = true,
1156 .extra_target = true,
1155 },1157 },
1156 .{1158 .{
1157 .target = .{1159 .target = .{