From ce27b8d4dfae08a01f473e7a5cfbb94f6e79c967 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 20 May 2017 00:42:05 +0800 Subject: improve test script --- tests/projects/console_objc++/test.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/projects/console_objc++/test.lua (limited to 'tests/projects/console_objc++/test.lua') diff --git a/tests/projects/console_objc++/test.lua b/tests/projects/console_objc++/test.lua new file mode 100644 index 000000000..be0449702 --- /dev/null +++ b/tests/projects/console_objc++/test.lua @@ -0,0 +1,11 @@ +-- imports +import("..build") + +-- main entry +function main() + + -- build project + if os.host() == "macosx" then + build({iphoneos = true}) + end +end -- cgit v1.3.1