diff options
| author | ruki <[email protected]> | 2016-02-22 09:07:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-22 09:07:02 +0800 |
| commit | 79d41087733bfa180de9c41341a72756b6450a72 (patch) | |
| tree | cd2696de31ad38ab57133ed102788c9384a5a642 /tests/console_c++/xmake.lua | |
| parent | ec6fd4eeca3fa468cffb25b472eb349c1fed06aa (diff) | |
rename target name for tests
Diffstat (limited to 'tests/console_c++/xmake.lua')
| -rwxr-xr-x | tests/console_c++/xmake.lua | 2 |
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") |
