summaryrefslogtreecommitdiff
path: root/tests/apis/namespace/task/test.lua
blob: 46fa44af3ebf82cc41da6edefcac277c66684bf3 (plain)
1
2
3
4
5
function main()
    os.exec("xmake task0")
    os.exec("xmake ns1::task1")
    os.exec("xmake ns1::ns2::task2")
end