diff options
| author | OpportunityLiu <[email protected]> | 2019-06-18 19:50:39 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-18 19:50:39 +0800 |
| commit | 98d4504577b586ef2398346a0db2743081cf03a8 (patch) | |
| tree | 3aab00679f61eee14a62afb3989ed3d278bdb5a3 /tests/projects/objc++/console/test.lua | |
| parent | 0c58eac269fda12b1568bc9704237a48aedbc4b3 (diff) | |
skip some tests
Diffstat (limited to 'tests/projects/objc++/console/test.lua')
| -rw-r--r-- | tests/projects/objc++/console/test.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/objc++/console/test.lua b/tests/projects/objc++/console/test.lua index f73079781..60277b691 100644 --- a/tests/projects/objc++/console/test.lua +++ b/tests/projects/objc++/console/test.lua @@ -4,5 +4,7 @@ function main(t) -- build project if os.host() == "macosx" then t:build({iphoneos = true}) + else + return t:skip("wrong host platform") end end |
