summaryrefslogtreecommitdiff
path: root/tests/projects/other/bin2obj/test.lua
blob: a75aa7e402c6b3a198501a20cda658021acef4f6 (plain)
1
2
3
4
5
6
function main(t)
    t:build()
    -- run the target, main.c verifies the transformed asset.bin and exits non-zero on mismatch
    os.exec("xmake run test")
end