Thread --jobs from bootstrap -> compiletest -> run-make-support
This commit is contained in:
parent
4fa80a5e73
commit
dd948f96f3
8 changed files with 40 additions and 1 deletions
5
tests/run-make/compiletest-self-test/jobs/rmake.rs
Normal file
5
tests/run-make/compiletest-self-test/jobs/rmake.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
//! Very basic smoke test to make sure `run_make_support::env::jobs` at least does not panic.
|
||||
|
||||
fn main() {
|
||||
println!("{}", run_make_support::env::jobs());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue