summaryrefslogtreecommitdiff
path: root/tests/apis/namespace/package/test.lua
blob: 7b7dabeffb79625fa5208d8f07d843914097808d (plain)
1
2
3
4
5
6
function main()
    if is_host("bsd", "solaris") then
        return
    end
    os.exec("xmake -vD -y")
end