summaryrefslogtreecommitdiff
path: root/tests/projects/c/shared_library/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-18 00:55:41 +0800
committerruki <[email protected]>2021-02-18 00:55:41 +0800
commit7398de24ff14782768cbd72882aa18ebd36717ea (patch)
treec7b5c1126c8d1e8927fef68155c3ddf524e7eb12 /tests/projects/c/shared_library/test.lua
parent46e0f6a1adda408052ba5b87c244cedaae5f1d00 (diff)
add export_all rule
Diffstat (limited to 'tests/projects/c/shared_library/test.lua')
-rw-r--r--tests/projects/c/shared_library/test.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/projects/c/shared_library/test.lua b/tests/projects/c/shared_library/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c/shared_library/test.lua
+++ b/tests/projects/c/shared_library/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end