diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-23 20:09:51 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-23 20:09:51 +0000 |
| commit | 894555ff8ed077a7bf3d9738888a456c6c763163 (patch) | |
| tree | 82a5c25b4b3d46f723a561367bdd99f5aacea4e2 | |
| parent | c3b05c6e5b5b59613350b8c2875b0add67ed74df (diff) | |
| download | rust-894555ff8ed077a7bf3d9738888a456c6c763163.tar.gz rust-894555ff8ed077a7bf3d9738888a456c6c763163.zip | |
Track run-make-support lib in common inputs stamp
| -rw-r--r-- | src/tools/compiletest/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/lib.rs b/src/tools/compiletest/src/lib.rs index ef02e7fcb4a..b791b38379f 100644 --- a/src/tools/compiletest/src/lib.rs +++ b/src/tools/compiletest/src/lib.rs @@ -609,6 +609,8 @@ fn common_inputs_stamp(config: &Config) -> Stamp { stamp.add_path(&rust_src_dir.join("src/etc/htmldocck.py")); } + stamp.add_dir(&rust_src_dir.join("src/tools/run-make-support")); + // Compiletest itself. stamp.add_dir(&rust_src_dir.join("src/tools/compiletest/")); |
