summaryrefslogtreecommitdiff
path: root/tests/console_c++/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_c++/xmake.lua
parentec6fd4eeca3fa468cffb25b472eb349c1fed06aa (diff)
rename target name for tests
Diffstat (limited to 'tests/console_c++/xmake.lua')
-rwxr-xr-xtests/console_c++/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console_c++/xmake.lua b/tests/console_c++/xmake.lua
index aaa5d9bb5..7f2076db5 100755
--- a/tests/console_c++/xmake.lua
+++ b/tests/console_c++/xmake.lua
@@ -22,7 +22,7 @@ if is_mode("release") then
end
-- add target
-target("cpp_console")
+target("console_c++")
-- set kind
set_kind("binary")