summaryrefslogtreecommitdiff
path: root/tests/projects/other/autogen_codedep/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-04-30 21:25:04 +0800
committerruki <[email protected]>2023-04-30 21:25:04 +0800
commita2d57245289f89bc0473caa3cf9b0dad60cc6342 (patch)
tree40ed223a26b1ea03888fc45a662c1bd158fc9526 /tests/projects/other/autogen_codedep/test.lua
parent5075fc82edcb714df4f34f4dec34268ee2914d49 (diff)
add autogen test
Diffstat (limited to 'tests/projects/other/autogen_codedep/test.lua')
-rw-r--r--tests/projects/other/autogen_codedep/test.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/other/autogen_codedep/test.lua b/tests/projects/other/autogen_codedep/test.lua
new file mode 100644
index 000000000..b57362078
--- /dev/null
+++ b/tests/projects/other/autogen_codedep/test.lua
@@ -0,0 +1,3 @@
+function main(t)
+ t:build()
+end