From 7215249aa95300fd5b33e180e4aa15a549e4fd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 17 Oct 2025 02:13:31 +0200 Subject: [PATCH] test: put all n32 and x32 targets behind -Dtest-extra-targets --- test/tests.zig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/tests.zig b/test/tests.zig index 3210117e71..91ae9189ec 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -614,6 +614,7 @@ const test_targets = blk: { .abi = .muslabin32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -640,6 +641,7 @@ const test_targets = blk: { .abi = .gnuabin32, }, .link_libc = true, + .extra_target = true, }, .{ @@ -674,6 +676,7 @@ const test_targets = blk: { .abi = .muslabin32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -700,6 +703,7 @@ const test_targets = blk: { .abi = .gnuabin32, }, .link_libc = true, + .extra_target = true, }, .{ @@ -1136,6 +1140,7 @@ const test_targets = blk: { .abi = .gnux32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -1162,6 +1167,7 @@ const test_targets = blk: { .abi = .muslx32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -1829,7 +1835,6 @@ const c_abi_targets = blk: { .os_tag = .linux, .abi = .muslx32, }, - .use_llvm = true, }, // WASI Targets