Skip to content

Commit

Permalink
Update compile_commands.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Aug 12, 2024
1 parent 5d2ddd6 commit 1288ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/plugins/project/clang/compile_commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function _add_targets(jsonfile)
end
end
-- https://github.com/xmake-io/xmake/issues/4750
for _, test in pairs(test_action.get_tests_table()) do
for _, test in pairs(test_action.get_tests()) do
local target = test.target
if not target:is_phony() then
_add_target(jsonfile, target)
Expand Down

0 comments on commit 1288ac7

Please sign in to comment.