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: {
614614 .abi = .muslabin32,
615615 },
616616 .link_libc = true,
617 .extra_target = true,
617618 },
618619 .{
619620 .target = .{
......@@ -640,6 +641,7 @@ const test_targets = blk: {
640641 .abi = .gnuabin32,
641642 },
642643 .link_libc = true,
644 .extra_target = true,
643645 },
644646
645647 .{
......@@ -674,6 +676,7 @@ const test_targets = blk: {
674676 .abi = .muslabin32,
675677 },
676678 .link_libc = true,
679 .extra_target = true,
677680 },
678681 .{
679682 .target = .{
......@@ -700,6 +703,7 @@ const test_targets = blk: {
700703 .abi = .gnuabin32,
701704 },
702705 .link_libc = true,
706 .extra_target = true,
703707 },
704708
705709 .{
......@@ -1136,6 +1140,7 @@ const test_targets = blk: {
11361140 .abi = .gnux32,
11371141 },
11381142 .link_libc = true,
1143 .extra_target = true,
11391144 },
11401145 .{
11411146 .target = .{
......@@ -1162,6 +1167,7 @@ const test_targets = blk: {
11621167 .abi = .muslx32,
11631168 },
11641169 .link_libc = true,
1170 .extra_target = true,
11651171 },
11661172 .{
11671173 .target = .{
......@@ -1829,7 +1835,6 @@ const c_abi_targets = blk: {
18291835 .os_tag = .linux,
18301836 .abi = .muslx32,
18311837 },
1832 .use_llvm = true,
18331838 },
18341839
18351840 // WASI Targets