summaryrefslogtreecommitdiff
path: root/tests/projects/go/console/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-24 22:36:33 +0800
committerruki <[email protected]>2020-07-24 22:36:33 +0800
commit6b89d8b1edc849f8324dae490e635dca080ac473 (patch)
tree51f863f80ffbc70d7f8ac3d9b8489d340abdedcd /tests/projects/go/console/xmake.lua
parent3ad0524f1c963c974741285b633157f3f28718db (diff)
inherit go modules
Diffstat (limited to 'tests/projects/go/console/xmake.lua')
-rw-r--r--tests/projects/go/console/xmake.lua8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/projects/go/console/xmake.lua b/tests/projects/go/console/xmake.lua
index b263bdac7..753a88a08 100644
--- a/tests/projects/go/console/xmake.lua
+++ b/tests/projects/go/console/xmake.lua
@@ -1,12 +1,6 @@
--- add rules
add_rules("mode.debug", "mode.release")
--- add target
-target("console_go")
-
- -- set kind
+target("test")
set_kind("binary")
-
- -- add files
add_files("src/*.go")