diff --git a/test/tests.zig b/test/tests.zig index 1d6c33bd24..1e98a48489 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -636,6 +636,30 @@ const test_targets = blk: { .use_lld = false, }, + .{ + .target = .{ + .cpu_arch = .s390x, + .os_tag = .linux, + .abi = .none, + }, + }, + .{ + .target = .{ + .cpu_arch = .s390x, + .os_tag = .linux, + .abi = .musl, + }, + .link_libc = true, + }, + .{ + .target = .{ + .cpu_arch = .s390x, + .os_tag = .linux, + .abi = .gnu, + }, + .link_libc = true, + }, + .{ .target = .{ .cpu_arch = .x86_64,