Skip to content

Commit 9ad0541

Browse files
committed
Enable mipsel+libc tests on CI
1 parent a220648 commit 9ad0541

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/tests.zig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,16 @@ const test_targets = [_]TestTarget{
140140
},
141141
},
142142
},
143+
TestTarget{
144+
.target = Target{
145+
.Cross = CrossTarget{
146+
.os = .linux,
147+
.arch = .mipsel,
148+
.abi = .musl,
149+
},
150+
},
151+
.link_libc = true,
152+
},
143153

144154
TestTarget{
145155
.target = Target{

0 commit comments

Comments
 (0)