summaryrefslogtreecommitdiff
path: root/tests/projects/go/static_library/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/go/static_library/xmake.lua')
-rw-r--r--tests/projects/go/static_library/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/go/static_library/xmake.lua b/tests/projects/go/static_library/xmake.lua
index 99ca434f9..d4921aabf 100644
--- a/tests/projects/go/static_library/xmake.lua
+++ b/tests/projects/go/static_library/xmake.lua
@@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release")
target("module")
set_kind("static")
- add_files("src/test/*.go")
+ add_files("src/module/*.go")
target("test")
set_kind("binary")