authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:13:31+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:13:31+02:00
log7215249aa95300fd5b33e180e4aa15a549e4fd0c
tree0d25f15fdfe0a128a1e5e43f0efe9262153b8a4e
parentca2da421dda4440db29ddaffa6e71e6c824f4b83
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: put all n32 and x32 targets behind -Dtest-extra-targets


1 files changed, 6 insertions(+), 1 deletions(-)

test/tests.zig+6-1
...@@ -614,6 +614,7 @@ const test_targets = blk: {...@@ -614,6 +614,7 @@ const test_targets = blk: {
614 .abi = .muslabin32,614 .abi = .muslabin32,
615 },615 },
616 .link_libc = true,616 .link_libc = true,
617 .extra_target = true,
617 },618 },
618 .{619 .{
619 .target = .{620 .target = .{
...@@ -640,6 +641,7 @@ const test_targets = blk: {...@@ -640,6 +641,7 @@ const test_targets = blk: {
640 .abi = .gnuabin32,641 .abi = .gnuabin32,
641 },642 },
642 .link_libc = true,643 .link_libc = true,
644 .extra_target = true,
643 },645 },
644646
645 .{647 .{
...@@ -674,6 +676,7 @@ const test_targets = blk: {...@@ -674,6 +676,7 @@ const test_targets = blk: {
674 .abi = .muslabin32,676 .abi = .muslabin32,
675 },677 },
676 .link_libc = true,678 .link_libc = true,
679 .extra_target = true,
677 },680 },
678 .{681 .{
679 .target = .{682 .target = .{
...@@ -700,6 +703,7 @@ const test_targets = blk: {...@@ -700,6 +703,7 @@ const test_targets = blk: {
700 .abi = .gnuabin32,703 .abi = .gnuabin32,
701 },704 },
702 .link_libc = true,705 .link_libc = true,
706 .extra_target = true,
703 },707 },
704708
705 .{709 .{
...@@ -1136,6 +1140,7 @@ const test_targets = blk: {...@@ -1136,6 +1140,7 @@ const test_targets = blk: {
1136 .abi = .gnux32,1140 .abi = .gnux32,
1137 },1141 },
1138 .link_libc = true,1142 .link_libc = true,
1143 .extra_target = true,
1139 },1144 },
1140 .{1145 .{
1141 .target = .{1146 .target = .{
...@@ -1162,6 +1167,7 @@ const test_targets = blk: {...@@ -1162,6 +1167,7 @@ const test_targets = blk: {
1162 .abi = .muslx32,1167 .abi = .muslx32,
1163 },1168 },
1164 .link_libc = true,1169 .link_libc = true,
1170 .extra_target = true,
1165 },1171 },
1166 .{1172 .{
1167 .target = .{1173 .target = .{
...@@ -1829,7 +1835,6 @@ const c_abi_targets = blk: {...@@ -1829,7 +1835,6 @@ const c_abi_targets = blk: {
1829 .os_tag = .linux,1835 .os_tag = .linux,
1830 .abi = .muslx32,1836 .abi = .muslx32,
1831 },1837 },
1832 .use_llvm = true,
1833 },1838 },
18341839
1835 // WASI Targets1840 // WASI Targets