Add remote device testing support
This commit is contained in:
parent
b16c7a235f
commit
b194def3a2
4 changed files with 81 additions and 30 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue