Commit 736694b1e6
Changed files (1)
test
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,