From 668f8cd03efcbde13dcc3f022b920b0bd5e4c6c0 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 5 Apr 2020 14:51:00 +0800 Subject: add tests for bundle/framework --- tests/projects/objc/framework/test.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/projects/objc/framework/test.lua (limited to 'tests/projects/objc/framework/test.lua') diff --git a/tests/projects/objc/framework/test.lua b/tests/projects/objc/framework/test.lua new file mode 100644 index 000000000..60277b691 --- /dev/null +++ b/tests/projects/objc/framework/test.lua @@ -0,0 +1,10 @@ +-- main entry +function main(t) + + -- build project + if os.host() == "macosx" then + t:build({iphoneos = true}) + else + return t:skip("wrong host platform") + end +end -- cgit v1.3.1