summaryrefslogtreecommitdiff
path: root/tests/projects/other/multiplats_vs/test.lua
blob: e0f60487bbf5affbeeb1f12f007a5eed56e7030e (plain)
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