diff --git a/test/tests.zig b/test/tests.zig index 73934950db..7d5be7bbf7 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -438,6 +438,30 @@ const test_targets = blk: { // .link_libc = true, //}, + .{ + .target = .{ + .cpu_arch = .powerpc64, + .os_tag = .linux, + .abi = .none, + }, + }, + .{ + .target = .{ + .cpu_arch = .powerpc64, + .os_tag = .linux, + .abi = .musl, + }, + .link_libc = true, + }, + // Requires ELFv1 linker support. + // .{ + // .target = .{ + // .cpu_arch = .powerpc64, + // .os_tag = .linux, + // .abi = .gnu, + // }, + // .link_libc = true, + // }, .{ .target = .{ .cpu_arch = .powerpc64le,