summaryrefslogtreecommitdiff
path: root/tests/projects/other/autogen_binary_module/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-11 22:34:44 +0800
committerruki <[email protected]>2024-04-11 22:34:44 +0800
commit0a28b2729deb5b2568f1f4427699724e2bfd3fc7 (patch)
tree8bccdd80c09e84bf794575ee78b787b4d3c27773 /tests/projects/other/autogen_binary_module/test.lua
parentb559b4c1591e448b0f3faaa5928fc79e8286b8c3 (diff)
add autogen shared module test
Diffstat (limited to 'tests/projects/other/autogen_binary_module/test.lua')
-rw-r--r--tests/projects/other/autogen_binary_module/test.lua3
1 files changed, 3 insertions, 0 deletions
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