summaryrefslogtreecommitdiff
path: root/tests/projects/other/autogen_code/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-07-30 22:35:48 +0800
committerruki <[email protected]>2021-07-30 22:35:48 +0800
commit8f9895cb26b78fdb33ab25ca086caf7d21b29802 (patch)
tree3ebd695fae7b478bf17e6f58db15a5bf8f2c4f8f /tests/projects/other/autogen_code/test.lua
parent37acf62ce546f31d2eab0350bf1fb649e2ea5bb1 (diff)
improve to compile autogen code
Diffstat (limited to 'tests/projects/other/autogen_code/test.lua')
-rw-r--r--tests/projects/other/autogen_code/test.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/other/autogen_code/test.lua b/tests/projects/other/autogen_code/test.lua
new file mode 100644
index 000000000..b57362078
--- /dev/null
+++ b/tests/projects/other/autogen_code/test.lua
@@ -0,0 +1,3 @@
+function main(t)
+ t:build()
+end