Commit 9ad0541f2c

LemonBoy <thatlemon@gmail.com>
2019-09-27 18:20:17
Enable mipsel+libc tests on CI
1 parent a220648
Changed files (1)
test/tests.zig
@@ -140,6 +140,16 @@ const test_targets = [_]TestTarget{
             },
         },
     },
+    TestTarget{
+        .target = Target{
+            .Cross = CrossTarget{
+                .os = .linux,
+                .arch = .mipsel,
+                .abi = .musl,
+            },
+        },
+        .link_libc = true,
+    },
 
     TestTarget{
         .target = Target{