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/objc++/console/test.lua | |
| parent | e165a8e43abed4eb2eca64c3b5adefb57cd65600 (diff) | |
improve test lib
Diffstat (limited to 'tests/projects/objc++/console/test.lua')
| -rw-r--r-- | tests/projects/objc++/console/test.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/projects/objc++/console/test.lua b/tests/projects/objc++/console/test.lua index 08bb16360..f73079781 100644 --- a/tests/projects/objc++/console/test.lua +++ b/tests/projects/objc++/console/test.lua @@ -1,11 +1,8 @@ --- imports -import("...build") - -- main entry -function main() +function main(t) -- build project if os.host() == "macosx" then - build({iphoneos = true}) + t:build({iphoneos = true}) end end |
