summaryrefslogtreecommitdiff
path: root/tests/projects/other/bin2obj/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-07 21:31:25 +0800
committerGitHub <[email protected]>2025-12-07 21:31:25 +0800
commit4e4b28eb4cad79cc4df5fca887b4f4b709f2b211 (patch)
tree8e9d3cf29071bf65d3b0a097deadabe25245cacf /tests/projects/other/bin2obj/test.lua
parent40d790cf416c8677c51a8e969d421e85c25a019b (diff)
parent8e3cc0092d8e356c6387aee941825cf66615541c (diff)
Merge pull request #7103 from xmake-io/bin2obj
Add bin2obj rule, will be faster than bin2c
Diffstat (limited to 'tests/projects/other/bin2obj/test.lua')
-rw-r--r--tests/projects/other/bin2obj/test.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/other/bin2obj/test.lua b/tests/projects/other/bin2obj/test.lua
new file mode 100644
index 000000000..7f2050b62
--- /dev/null
+++ b/tests/projects/other/bin2obj/test.lua
@@ -0,0 +1,4 @@
+function main(t)
+ t:build()
+end
+