authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2019-10-09 22:49:33+02:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2019-10-10 09:38:57+02:00
logdfcbca8d2fed33c1fbd47b0b4e98ed0c214fa7e6
treeb4564558a74447a794976e919dd4fa59d158b760
parent86e5bbffd757c211c062acef6c244ec94f5db668

Add i386/mingw to the test rooster


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

test/tests.zig+11
......@@ -173,6 +173,17 @@ const test_targets = [_]TestTarget{
173173 },
174174 },
175175
176 TestTarget{
177 .target = Target{
178 .Cross = CrossTarget{
179 .os = .windows,
180 .arch = .i386,
181 .abi = .gnu,
182 },
183 },
184 .link_libc = true,
185 },
186
176187 TestTarget{
177188 .target = Target{
178189 .Cross = CrossTarget{