Commit 96dfffb7f5
Changed files (1)
test
test/tests.zig
@@ -1186,7 +1186,15 @@ const test_targets = blk: {
.use_lld = false,
},
- // macOS Targets
+ // Darwin Targets
+
+ .{
+ .target = .{
+ .cpu_arch = .aarch64,
+ .os_tag = .maccatalyst,
+ .abi = .none,
+ },
+ },
.{
.target = .{
@@ -1208,6 +1216,14 @@ const test_targets = blk: {
.strip = true,
},
+ .{
+ .target = .{
+ .cpu_arch = .x86_64,
+ .os_tag = .maccatalyst,
+ .abi = .none,
+ },
+ },
+
.{
.target = .{
.cpu_arch = .x86_64,