summaryrefslogtreecommitdiff
path: root/tests/projects/requires/test.lua
blob: eacf354080bfd7eecfb92f74b870740f90cacad4 (plain)
1
2
3
4
5
6
7
8
9
10
-- imports
import("..build")

-- main entry
function main()

    -- TODO
    -- build project
--    build()
end