summaryrefslogtreecommitdiff
path: root/tests/plugins/show/test.lua
AgeCommit message (Collapse)Author
2026-06-05Enable `xmake show --format=json`Meha555
Using os.iorunv instead of os.execv
2026-06-05Enable `xmake show --format=json`Meha555
Fix: #7585
2026-04-20add --formatruki
2026-04-20improve show testruki
2026-04-20improve show outputruki
2026-04-20improve show testruki
2026-04-20add --dot outputruki
2026-04-20Refactor to use test project fixture and ordered dependenciesAkaps316
2026-04-20Address code review feedback by waruqi: refactor parameter parsing, remove ↵Akaps316
local functions, and use simpler test env
2026-04-20feat(show): export target dependency graph as JSONAkaps316
Add a graph-oriented mode to `xmake show` for exporting target\ndependency relationships as JSON.\n\nThis adds `--target_graph` support for whole-project output and\noptional root-target filtering with `--target`.\n\nAdd a plugin test covering full-graph and single-target graph export.\n\nRefs #7475