say what we are doing
This commit is contained in:
parent
309413717f
commit
d43e12e412
@ -76,6 +76,7 @@ pub fn run_tests(mut config: Config) -> Result<()> {
|
|||||||
// Get the triple with which to run the tests
|
// Get the triple with which to run the tests
|
||||||
let target = config.target.clone().unwrap_or_else(|| config.get_host());
|
let target = config.target.clone().unwrap_or_else(|| config.get_host());
|
||||||
|
|
||||||
|
eprintln!(" Building test dependencies...");
|
||||||
let dependencies = build_dependencies(&config)?;
|
let dependencies = build_dependencies(&config)?;
|
||||||
for (name, dependency) in dependencies.dependencies {
|
for (name, dependency) in dependencies.dependencies {
|
||||||
config.args.push("--extern".into());
|
config.args.push("--extern".into());
|
||||||
|
Loading…
Reference in New Issue
Block a user