Skip to content

Commit 894555f

Browse files
committed
Track run-make-support lib in common inputs stamp
1 parent c3b05c6 commit 894555f

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)