summaryrefslogtreecommitdiff
path: root/tests/projects/package/basic/test.lua
blob: e834ab984aaaffb2a52a0c0e62422024a956a8e6 (plain)
1
2
3
4
5
function main(t)
    if is_plat(os.subhost()) then
        t:build()
    end
end