summaryrefslogtreecommitdiff
path: root/tests/projects/objc/console/test.lua
blob: 149a15ed010d2ee30a8158e30b5a994742cb77eb (plain)
1
2
3
4
5
6
7
function main(t)
    if os.host() == "macosx" then
        t:build({iphoneos = true})
    else
        return t:skip("wrong host platform")
    end
end