| author | |
| committer | |
| log | 17315109336a8ae048f98170f557b9abb79568db |
| tree | 65bf15a41fce09936ffd49e9dbee14bd422bad8f |
| parent | 14c79203c4f783002d8334fb7471b95b271fbc70 |
| signature |
1 files changed, 16 insertions(+), 0 deletions(-)
test/tests.zig+16| ... | @@ -217,6 +217,14 @@ const test_targets = blk: { | ... | @@ -217,6 +217,14 @@ const test_targets = blk: { |
| 217 | }, | 217 | }, |
| 218 | .link_libc = true, | 218 | .link_libc = true, |
| 219 | }, | 219 | }, |
| 220 | .{ | ||
| 221 | .target = .{ | ||
| 222 | .cpu_arch = .x86_64, | ||
| 223 | .os_tag = .linux, | ||
| 224 | .abi = .gnux32, | ||
| 225 | }, | ||
| 226 | .link_libc = true, | ||
| 227 | }, | ||
| 220 | .{ | 228 | .{ |
| 221 | .target = .{ | 229 | .target = .{ |
| 222 | .cpu_arch = .x86_64, | 230 | .cpu_arch = .x86_64, |
| ... | @@ -225,6 +233,14 @@ const test_targets = blk: { | ... | @@ -225,6 +233,14 @@ const test_targets = blk: { |
| 225 | }, | 233 | }, |
| 226 | .link_libc = true, | 234 | .link_libc = true, |
| 227 | }, | 235 | }, |
| 236 | .{ | ||
| 237 | .target = .{ | ||
| 238 | .cpu_arch = .x86_64, | ||
| 239 | .os_tag = .linux, | ||
| 240 | .abi = .muslx32, | ||
| 241 | }, | ||
| 242 | .link_libc = true, | ||
| 243 | }, | ||
| 228 | .{ | 244 | .{ |
| 229 | .target = .{ | 245 | .target = .{ |
| 230 | .cpu_arch = .x86_64, | 246 | .cpu_arch = .x86_64, |