summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-07 12:19:22 +0800
committerruki <[email protected]>2025-12-07 17:15:59 +0800
commit282349621e4e7c02fa3cb7a6df2d523fbba3c9d7 (patch)
tree22ab80762e4630384ddbe719d083ce39942da9c8 /tests
parent774c5110ef60f2878d3a2f503c7a55db4943a1cb (diff)
add file zeroend support
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/other/bin2obj/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/bin2obj/xmake.lua b/tests/projects/other/bin2obj/xmake.lua
index e20a329e1..3f00aebf9 100644
--- a/tests/projects/other/bin2obj/xmake.lua
+++ b/tests/projects/other/bin2obj/xmake.lua
@@ -4,5 +4,5 @@ target("test")
set_kind("binary")
add_rules("utils.bin2obj", {extensions = {".bin", ".png"}})
add_files("src/*.c")
- add_files("src/*.bin")
+ add_files("src/data.bin", {zeroend = true})
add_files("src/*.png")