summaryrefslogtreecommitdiff
path: root/tests/projects/other/bin2c/test.lua
blob: a23bb98a36770f46c4864a3b3d3fa1bd00051567 (plain)
1
2
3
4
5
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