test: Add aarch64_be-linux-* to the module test matrix.
1 files changed, 24 insertions(+), 0 deletions(-)
test
test/tests.zig+24
| ... | ... | @@ -307,6 +307,30 @@ const test_targets = blk: { |
| 307 | 307 | .link_libc = true, |
| 308 | 308 | }, |
| 309 | 309 | |
| 310 | .{ |
| 311 | .target = .{ |
| 312 | .cpu_arch = .aarch64_be, |
| 313 | .os_tag = .linux, |
| 314 | .abi = .none, |
| 315 | }, |
| 316 | }, |
| 317 | .{ |
| 318 | .target = .{ |
| 319 | .cpu_arch = .aarch64_be, |
| 320 | .os_tag = .linux, |
| 321 | .abi = .musl, |
| 322 | }, |
| 323 | .link_libc = true, |
| 324 | }, |
| 325 | .{ |
| 326 | .target = .{ |
| 327 | .cpu_arch = .aarch64_be, |
| 328 | .os_tag = .linux, |
| 329 | .abi = .gnu, |
| 330 | }, |
| 331 | .link_libc = true, |
| 332 | }, |
| 333 | |
| 310 | 334 | .{ |
| 311 | 335 | .target = .{ |
| 312 | 336 | .cpu_arch = .arm, |