summaryrefslogtreecommitdiff
path: root/tests/console_objc++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-22 09:07:02 +0800
committerruki <[email protected]>2016-02-22 09:07:02 +0800
commit79d41087733bfa180de9c41341a72756b6450a72 (patch)
treecd2696de31ad38ab57133ed102788c9384a5a642 /tests/console_objc++/xmake.lua
parentec6fd4eeca3fa468cffb25b472eb349c1fed06aa (diff)
rename target name for tests
Diffstat (limited to 'tests/console_objc++/xmake.lua')
-rwxr-xr-xtests/console_objc++/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console_objc++/xmake.lua b/tests/console_objc++/xmake.lua
index ab706d51a..3e7951e69 100755
--- a/tests/console_objc++/xmake.lua
+++ b/tests/console_objc++/xmake.lua
@@ -33,7 +33,7 @@ if os("macosx", "ios") then
end
-- add target
-target("objcpp_console")
+target("console_objc++")
-- set kind
set_kind("binary")