diff options
| author | ruki <[email protected]> | 2026-07-17 23:49:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-07-17 23:49:52 +0800 |
| commit | f467d71abc40d4fee6e896d7a0b8e4f5be7e16db (patch) | |
| tree | c46a673aa416c6b76f7ba4e875cb56e699017e13 /tests/projects/other/bin2obj/test.lua | |
| parent | 0cb38ea4d9823ee49d15debb7a94a2fc9e72d3cc (diff) | |
add batchcmds:call and transform for bin2obj/c
Diffstat (limited to 'tests/projects/other/bin2obj/test.lua')
| -rw-r--r-- | tests/projects/other/bin2obj/test.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/other/bin2obj/test.lua b/tests/projects/other/bin2obj/test.lua index 7f2050b62..a75aa7e40 100644 --- a/tests/projects/other/bin2obj/test.lua +++ b/tests/projects/other/bin2obj/test.lua @@ -1,4 +1,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 |
