summaryrefslogtreecommitdiff
path: root/tests/projects/c/linker_scripts/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-07 23:51:40 +0800
committerruki <[email protected]>2022-02-07 23:51:40 +0800
commit4ec0ff6570e24ed3e2434cc9f81c728fd002f20c (patch)
tree959d09f1a9635dd066c61a3ed2dab93495805bc8 /tests/projects/c/linker_scripts/test.lua
parentc88d9afcb3e929d6c0a4f3644399ac3df572829f (diff)
update changelog
Diffstat (limited to 'tests/projects/c/linker_scripts/test.lua')
-rw-r--r--tests/projects/c/linker_scripts/test.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/c/linker_scripts/test.lua b/tests/projects/c/linker_scripts/test.lua
new file mode 100644
index 000000000..b76241be2
--- /dev/null
+++ b/tests/projects/c/linker_scripts/test.lua
@@ -0,0 +1,6 @@
+-- main entry
+function main(t)
+
+ -- build project
+ t:build()
+end