diff options
| author | ruki <[email protected]> | 2020-07-24 22:36:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-24 22:36:33 +0800 |
| commit | 6b89d8b1edc849f8324dae490e635dca080ac473 (patch) | |
| tree | 51f863f80ffbc70d7f8ac3d9b8489d340abdedcd /tests/projects/go/console/xmake.lua | |
| parent | 3ad0524f1c963c974741285b633157f3f28718db (diff) | |
inherit go modules
Diffstat (limited to 'tests/projects/go/console/xmake.lua')
| -rw-r--r-- | tests/projects/go/console/xmake.lua | 8 |
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") |
