Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

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

Lines changed: 2 additions & 0 deletions
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)