diff options
Diffstat (limited to 'tests/projects/other/bin2c/test.lua')
| -rw-r--r-- | tests/projects/other/bin2c/test.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/other/bin2c/test.lua b/tests/projects/other/bin2c/test.lua index b57362078..a23bb98a3 100644 --- a/tests/projects/other/bin2c/test.lua +++ b/tests/projects/other/bin2c/test.lua @@ -1,3 +1,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 |
