summaryrefslogtreecommitdiff
path: root/tests/projects/c++/package_linkgroups/test.lua
blob: 8ef455de28afd57d4a543f859e6b5d1199621283 (plain)
1
2
3
4
5
6
7
function main(t)
    if not is_host("linux") then
        return
    end
    t:build()
end