From 50b39b2b65be6f0d3eca29c24abccc8bafffcea5 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 21 Feb 2021 14:21:04 +0100 Subject: Add new rustdoc-gui test suite --- src/bootstrap/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bootstrap/lib.rs') diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 88fdcfa2d43..5d708d3b25c 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -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") -- cgit 1.4.1-3-g733a5