authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2019-09-27 18:20:17+02:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2019-09-27 18:44:49+02:00
log9ad0541f2c06e0eb3419b3da7fe721affa3aa3b5
tree87d1d26bd2475bbb492e4361bfeccd62be11aaa3
parenta220648198aafbd067ddbdc806d5d7ba50ed885b

Enable mipsel+libc tests on CI


1 files changed, 10 insertions(+), 0 deletions(-)

test/tests.zig+10
......@@ -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{