about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-dep-info
AgeCommit message (Collapse)AuthorLines
2025-07-28Ensure external paths passed via flags end up in rustdoc depinfoNoratrieb-1/+16
rustdoc has many flags to pass external HTML/Markdown/CSS files that end up in the build. These need to be recorded in depinfo so that Cargo will rebuild the crate if they change.
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-0/+2
2025-02-26Add run-make test for rustdoc `--emit=dep-info` optionGuillaume Gomez-0/+30