test: enable module tests for maccatalyst targets

This commit is contained in:
Alex Rønne Petersen 2025-11-14 22:14:26 +01:00
parent bbdf8eaf75
commit 96dfffb7f5
No known key found for this signature in database

View File

@ -1186,7 +1186,15 @@ const test_targets = blk: {
.use_lld = false, .use_lld = false,
}, },
// macOS Targets // Darwin Targets
.{
.target = .{
.cpu_arch = .aarch64,
.os_tag = .maccatalyst,
.abi = .none,
},
},
.{ .{
.target = .{ .target = .{
@ -1208,6 +1216,14 @@ const test_targets = blk: {
.strip = true, .strip = true,
}, },
.{
.target = .{
.cpu_arch = .x86_64,
.os_tag = .maccatalyst,
.abi = .none,
},
},
.{ .{
.target = .{ .target = .{
.cpu_arch = .x86_64, .cpu_arch = .x86_64,