diff options
| -rw-r--r-- | xmake/actions/test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua index 7fa42e3cf..ede4aa9b2 100644 --- a/xmake/actions/test/main.lua +++ b/xmake/actions/test/main.lua @@ -472,7 +472,7 @@ function main() -- build targets with the given tests first local targetnames = {} for _, testinfo in table.orderpairs(tests) do - local targetname = testinfo.target:name() + local targetname = testinfo.target:fullname() if testinfo.build_should_pass then local passed, errors = _try_build_target(targetname) testinfo.passed = passed |
