Add new rustdoc-gui test suite

This commit is contained in:
Guillaume Gomez
2021-02-21 14:21:04 +01:00
parent e7c23ab933
commit 50b39b2b65
9 changed files with 184 additions and 1 deletions

View File

@@ -637,6 +637,10 @@ impl Build {
self.out.join(&*target.triple).join("doc")
}
fn test_out(&self, target: TargetSelection) -> PathBuf {
self.out.join(&*target.triple).join("test")
}
/// Output directory for all documentation for a target
fn compiler_doc_out(&self, target: TargetSelection) -> PathBuf {
self.out.join(&*target.triple).join("compiler-doc")