summaryrefslogtreecommitdiff
path: root/tests/projects/c++/precompiled_header/test.lua
blob: b76241be2a190f156b8980b313d7b1e03c522565 (plain)
1
2
3
4
5
6
-- main entry
function main(t)

    -- build project
    t:build()
end