]> git.lizzy.rs Git - rust.git/commit
Auto merge of #41268 - mmatyas:test_on_device, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 4 May 2017 14:50:33 +0000 (14:50 +0000)
committerbors <bors@rust-lang.org>
Thu, 4 May 2017 14:50:33 +0000 (14:50 +0000)
commit838e9c5123b6fdfbfc551e529a178e04e7aacf9a
tree5e544675b9cdfc3f15eb04b42fe928e16a3d3f41
parent222971f7d2a098b4b8b57520452ab475bc5ea45f
parentb194def3a24e5d95c3f8eb7667b24e1237d823d3
Auto merge of #41268 - mmatyas:test_on_device, r=alexcrichton

Run non-native tests on real device

After #40733, I've made some hacks to the QEMU client-server tools to allow running the tests on a real device when cross compiling Rust. The address and port of the remote server can be set using an environment variable.

I've made this mainly for local testing purposes, if you're interested in merging this, I'd clean it a bit more (eg. renaming the functions from `qemu-` to something else). I'm not asking for CI integration or adding ARM boards to the build system; it's just that I used these modifications and I was wondering if you'd find them useful too.