say what we are doing

This commit is contained in:
Ralf Jung 2022-07-21 12:43:30 -04:00
parent 309413717f
commit d43e12e412

View File

@ -76,6 +76,7 @@ pub fn run_tests(mut config: Config) -> Result<()> {
// Get the triple with which to run the tests
let target = config.target.clone().unwrap_or_else(|| config.get_host());
eprintln!(" Building test dependencies...");
let dependencies = build_dependencies(&config)?;
for (name, dependency) in dependencies.dependencies {
config.args.push("--extern".into());