diff --git a/test/tests.zig b/test/tests.zig index ac23bac754714b1126d9d36f38b01af0b2dd1453..e123dc1e2bec9f2ff1bd3039c211fda35c989f12 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -217,6 +217,14 @@ const test_targets = blk: { }, .link_libc = true, }, + .{ + .target = .{ + .cpu_arch = .x86_64, + .os_tag = .linux, + .abi = .gnux32, + }, + .link_libc = true, + }, .{ .target = .{ .cpu_arch = .x86_64, @@ -225,6 +233,14 @@ const test_targets = blk: { }, .link_libc = true, }, + .{ + .target = .{ + .cpu_arch = .x86_64, + .os_tag = .linux, + .abi = .muslx32, + }, + .link_libc = true, + }, .{ .target = .{ .cpu_arch = .x86_64,