Add remote device testing support

This commit is contained in:
Mátyás Mustoha 2017-04-11 12:10:05 +02:00
parent b16c7a235f
commit b194def3a2
4 changed files with 81 additions and 30 deletions

View file

@ -529,7 +529,7 @@ fn find_tests(dir: &Path,
}
}
pub fn emulator_copy_libs(build: &Build, compiler: &Compiler, target: &str) {
pub fn remote_copy_libs(build: &Build, compiler: &Compiler, target: &str) {
if !build.remote_tested(target) {
return
}