Commit 1731510933

Alex Rønne Petersen <alex@alexrp.com>
2024-12-01 02:15:51
test: Add x86_64-linux-(gnux32,muslx32) to module tests.
1 parent 14c7920
Changed files (1)
test/tests.zig
@@ -217,6 +217,14 @@ const test_targets = blk: {
             },
             .link_libc = true,
         },
+        .{
+            .target = .{
+                .cpu_arch = .x86_64,
+                .os_tag = .linux,
+                .abi = .gnux32,
+            },
+            .link_libc = true,
+        },
         .{
             .target = .{
                 .cpu_arch = .x86_64,
@@ -225,6 +233,14 @@ const test_targets = blk: {
             },
             .link_libc = true,
         },
+        .{
+            .target = .{
+                .cpu_arch = .x86_64,
+                .os_tag = .linux,
+                .abi = .muslx32,
+            },
+            .link_libc = true,
+        },
         .{
             .target = .{
                 .cpu_arch = .x86_64,