Skip to content

Commit 5281fe2

Browse files
authored
Rollup merge of #122962 - jieyouxu:stamp-rmake-support-lib, r=onur-ozkan
Track run-make-support lib in common inputs stamp So that when the support library gets modified, `run-make` tests are forced to re-run instead of being still ignored as if nothing changed. Fixes #122961.
2 parents 96a5348 + 894555f commit 5281fe2

File tree

1 file changed

+2
-0
lines changed
  • src/tools/compiletest/src

1 file changed

+2
-0
lines changed

src/tools/compiletest/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,8 @@ fn common_inputs_stamp(config: &Config) -> Stamp {
609609
stamp.add_path(&rust_src_dir.join("src/etc/htmldocck.py"));
610610
}
611611

612+
stamp.add_dir(&rust_src_dir.join("src/tools/run-make-support"));
613+
612614
// Compiletest itself.
613615
stamp.add_dir(&rust_src_dir.join("src/tools/compiletest/"));
614616

0 commit comments

Comments
 (0)