summaryrefslogtreecommitdiff
path: root/tests/projects/c++/console/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/console/xmake.lua')
-rw-r--r--tests/projects/c++/console/xmake.lua9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/projects/c++/console/xmake.lua b/tests/projects/c++/console/xmake.lua
index 9ab7f42ca..35b9bde70 100644
--- a/tests/projects/c++/console/xmake.lua
+++ b/tests/projects/c++/console/xmake.lua
@@ -1,12 +1,5 @@
--- add rules
add_rules("mode.debug", "mode.release")
-
--- add target
-target("console_c++")
-
- -- set kind
+target("test")
set_kind("binary")
-
- -- add files
add_files("src/*.cpp")