authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-01 02:15:51+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-01 02:23:55+01:00
log17315109336a8ae048f98170f557b9abb79568db
tree65bf15a41fce09936ffd49e9dbee14bd422bad8f
parent14c79203c4f783002d8334fb7471b95b271fbc70
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: Add x86_64-linux-(gnux32,muslx32) to module tests.


1 files changed, 16 insertions(+), 0 deletions(-)

test/tests.zig+16
......@@ -217,6 +217,14 @@ const test_targets = blk: {
217217 },
218218 .link_libc = true,
219219 },
220 .{
221 .target = .{
222 .cpu_arch = .x86_64,
223 .os_tag = .linux,
224 .abi = .gnux32,
225 },
226 .link_libc = true,
227 },
220228 .{
221229 .target = .{
222230 .cpu_arch = .x86_64,
......@@ -225,6 +233,14 @@ const test_targets = blk: {
225233 },
226234 .link_libc = true,
227235 },
236 .{
237 .target = .{
238 .cpu_arch = .x86_64,
239 .os_tag = .linux,
240 .abi = .muslx32,
241 },
242 .link_libc = true,
243 },
228244 .{
229245 .target = .{
230246 .cpu_arch = .x86_64,