From 0a28b2729deb5b2568f1f4427699724e2bfd3fc7 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 11 Apr 2024 22:34:44 +0800 Subject: add autogen shared module test --- tests/projects/other/autogen_binary_module/test.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/projects/other/autogen_binary_module/test.lua (limited to 'tests/projects/other/autogen_binary_module/test.lua') diff --git a/tests/projects/other/autogen_binary_module/test.lua b/tests/projects/other/autogen_binary_module/test.lua new file mode 100644 index 000000000..b57362078 --- /dev/null +++ b/tests/projects/other/autogen_binary_module/test.lua @@ -0,0 +1,3 @@ +function main(t) + t:build() +end -- cgit v1.3.1