Add i386/mingw to the test rooster

This commit is contained in:
LemonBoy 2019-10-09 22:49:33 +02:00
parent 86e5bbffd7
commit dfcbca8d2f

View File

@ -173,6 +173,17 @@ const test_targets = [_]TestTarget{
},
},
TestTarget{
.target = Target{
.Cross = CrossTarget{
.os = .windows,
.arch = .i386,
.abi = .gnu,
},
},
.link_libc = true,
},
TestTarget{
.target = Target{
.Cross = CrossTarget{