diff options
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 |
