Skip to content

Commit 9ae8c48

Browse files
committed
test: put soft float powerpc targets behind -Dtest-extra-targets
1 parent 7215249 commit 9ae8c48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/tests.zig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ const test_targets = blk: {
712712
.os_tag = .linux,
713713
.abi = .eabi,
714714
},
715+
.extra_target = true,
715716
},
716717
.{
717718
.target = .{
@@ -727,6 +728,7 @@ const test_targets = blk: {
727728
.abi = .musleabi,
728729
},
729730
.link_libc = true,
731+
.extra_target = true,
730732
},
731733
.{
732734
.target = .{
@@ -769,6 +771,7 @@ const test_targets = blk: {
769771
.link_libc = true,
770772
// https://github.com/ziglang/zig/issues/2256
771773
.skip_modules = &.{"std"},
774+
.extra_target = true,
772775
},
773776
.{
774777
.target = .{
@@ -1323,6 +1326,7 @@ const test_targets = blk: {
13231326
.abi = .eabi,
13241327
},
13251328
.link_libc = true,
1329+
.extra_target = true,
13261330
},
13271331
.{
13281332
.target = .{

0 commit comments

Comments
 (0)