mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
test: put all n32 and x32 targets behind -Dtest-extra-targets
This commit is contained in:
parent
ca2da421dd
commit
7215249aa9
1 changed files with 6 additions and 1 deletions
|
|
@ -614,6 +614,7 @@ const test_targets = blk: {
|
||||||
.abi = .muslabin32,
|
.abi = .muslabin32,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -640,6 +641,7 @@ const test_targets = blk: {
|
||||||
.abi = .gnuabin32,
|
.abi = .gnuabin32,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
.{
|
.{
|
||||||
|
|
@ -674,6 +676,7 @@ const test_targets = blk: {
|
||||||
.abi = .muslabin32,
|
.abi = .muslabin32,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -700,6 +703,7 @@ const test_targets = blk: {
|
||||||
.abi = .gnuabin32,
|
.abi = .gnuabin32,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
.{
|
.{
|
||||||
|
|
@ -1136,6 +1140,7 @@ const test_targets = blk: {
|
||||||
.abi = .gnux32,
|
.abi = .gnux32,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -1162,6 +1167,7 @@ const test_targets = blk: {
|
||||||
.abi = .muslx32,
|
.abi = .muslx32,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -1829,7 +1835,6 @@ const c_abi_targets = blk: {
|
||||||
.os_tag = .linux,
|
.os_tag = .linux,
|
||||||
.abi = .muslx32,
|
.abi = .muslx32,
|
||||||
},
|
},
|
||||||
.use_llvm = true,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// WASI Targets
|
// WASI Targets
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue