test: Add x86_64-linux-(gnux32,muslx32) to module tests.
1 files changed, 16 insertions(+), 0 deletions(-)
test
test/tests.zig+16
| ... | ... | @@ -217,6 +217,14 @@ const test_targets = blk: { |
| 217 | 217 | }, |
| 218 | 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 | 229 | .target = .{ |
| 222 | 230 | .cpu_arch = .x86_64, |
| ... | ... | @@ -225,6 +233,14 @@ const test_targets = blk: { |
| 225 | 233 | }, |
| 226 | 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 | 245 | .target = .{ |
| 230 | 246 | .cpu_arch = .x86_64, |