summaryrefslogtreecommitdiff
path: root/tests/projects/linux/bpf/minimal/test.lua
blob: 2856a38313927326e8a820800f8a829c8e03834a (plain)
1
2
3
4
5
6
function main(t)
    if is_host("linux") and os.arch() == "x86_64" then
        os.vrun("xmake f -y -p android -vD")
        os.vrun("xmake -y -vD")
    end
end