about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-07-02 15:46:50 +0530
committerGitHub <noreply@github.com>2016-07-02 15:46:50 +0530
commit888e2c2e575f5d852869d8be90128e0c804bd62f (patch)
tree2e32cd5af243f9e12fe3b8a06d0e65bc1bd72630 /src/libstd
parent533ce9a7a69b60a191a9d0598e3072db0552e5f7 (diff)
parent39a5d3f409b4e9b610129e02625b45124e1e55a0 (diff)
downloadrust-888e2c2e575f5d852869d8be90128e0c804bd62f.tar.gz
rust-888e2c2e575f5d852869d8be90128e0c804bd62f.zip
Rollup merge of #34567 - alexcrichton:rustbuild-android, r=brson
rustbuild: Implement testing for Android

This commit enhances the rustbuild support for testing Android to the same level
of parity as the makefiles. This involved:

* A new step to copy the standard library and other shared objects to the
  emulator. This is injected as a dependency of all test suites for Android.
* Appropriate arguments are now passed through to compiletest to ensure that it
  can run tests.
* When testing the standard library the test executables are probed for and
  shipped to the emulator to run for each test.
* Fixing compilation of compiler-rt a bit

All support added here is modeled after what's found in the makefiles, just
translating one strategy to another. As an added bonus this commit adds support
for the "check" step to automatically run tests for all targets, and the
"check-target" step now runs all tests for a particular target, automatically
filtering the tests if the target is detected as a cross-compile.

Note that we don't (and probably won't) have a bot which is actually going to
exercise any of this just yet, but all tests have passed locally for me at
least.
Diffstat (limited to 'src/libstd')
0 files changed, 0 insertions, 0 deletions