summaryrefslogtreecommitdiff
path: root/tests/projects/c++/protobuf/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/protobuf/xmake.lua')
-rw-r--r--tests/projects/c++/protobuf/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/protobuf/xmake.lua b/tests/projects/c++/protobuf/xmake.lua
index da8f1ee16..ee65ee71f 100644
--- a/tests/projects/c++/protobuf/xmake.lua
+++ b/tests/projects/c++/protobuf/xmake.lua
@@ -6,7 +6,7 @@ add_rules("mode.debug", "mode.release")
add_requires("protobuf-cpp")
-- add target
-target("console_c++")
+target("test")
-- set kind
set_kind("binary")