commit 9ad0541f2c06e0eb3419b3da7fe721affa3aa3b5 (tree)
parent a220648198aafbd067ddbdc806d5d7ba50ed885b
Author: LemonBoy <thatlemon@gmail.com>
Date: Fri, 27 Sep 2019 18:20:17 +0200
Enable mipsel+libc tests on CI
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/test/tests.zig b/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{