rust/src/tools/compiletest
Alex Crichton 1747ce25ad Add support for test suites emulated in QEMU
This commit adds support to the build system to execute test suites that cannot
run natively but can instead run inside of a QEMU emulator. A proof-of-concept
builder was added for the `arm-unknown-linux-gnueabihf` target to show off how
this might work.

In general the architecture is to have a server running inside of the emulator
which a local client connects to. The protocol between the server/client
supports compiling tests on the host and running them on the target inside the
emulator.

Closes #33114
2017-01-29 14:16:41 -08:00
..
src Add support for test suites emulated in QEMU 2017-01-29 14:16:41 -08:00
build.rs rustbuild: Add support for compiletest test suites 2016-04-18 16:30:01 -07:00
Cargo.toml rustbuild: Compile all support tools in stage0 2016-12-30 09:06:57 -08:00