| author | |
| committer | |
| log | 9aa4cf4f8895fe1e61ec92e97c6255df0a58f88e |
| tree | b779b0a54c57a6aa5190f815f075be07b98a347e |
| parent | fdc0ed92ce839f7532bff94d9c8127b07e8161d0 |
| signature |
1 files changed, 24 insertions(+), 0 deletions(-)
test/tests.zig+24| ... | @@ -307,6 +307,30 @@ const test_targets = blk: { | ... | @@ -307,6 +307,30 @@ const test_targets = blk: { |
| 307 | .link_libc = true, | 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 | .target = .{ | 335 | .target = .{ |
| 312 | .cpu_arch = .arm, | 336 | .cpu_arch = .arm, |