pub fn run( test_files: Vec<PathBuf>, single_thread: bool, keep_going: bool, mode: CompileMode, ) -> Result<(), TestError>
Run all test files.