1 2 3 4 5 6 7
function test_multivs(t) if is_subhost("windows") then t:build() else return t:skip("wrong host platform") end end