diff options
| author | OpportunityLiu <[email protected]> | 2019-06-08 13:34:02 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-08 13:34:02 +0800 |
| commit | 1af88102687e493cab40e62b0a2b8b7d42417ae6 (patch) | |
| tree | 272a80b424e68024a9ecda138159864d9659fe5a /tests/projects/package/basic/test.lua | |
| parent | e165a8e43abed4eb2eca64c3b5adefb57cd65600 (diff) | |
improve test lib
Diffstat (limited to 'tests/projects/package/basic/test.lua')
| -rw-r--r-- | tests/projects/package/basic/test.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/projects/package/basic/test.lua b/tests/projects/package/basic/test.lua index 2db93991f..a4b905689 100644 --- a/tests/projects/package/basic/test.lua +++ b/tests/projects/package/basic/test.lua @@ -1,10 +1,7 @@ --- imports -import("...build") - -- main entry -function main() +function main(t) -- TODO -- build project --- build() +-- t:build() end |
