From 0e2574300271cdb454db610b36466dd27ea7cfa3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 7 Dec 2025 00:00:46 +0800 Subject: add bin2obj rule and test --- tests/projects/other/bin2obj/test.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/projects/other/bin2obj/test.lua (limited to 'tests/projects/other/bin2obj/test.lua') 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 + -- cgit v1.3.1