summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorKevin Brothaler <admin@digipom.com>2017-01-16 13:06:25 -0400
committerDigipom Inc <admin@digipom.com>2017-01-17 14:47:08 -0400
commitc8a4d214eb071627526896921e86aa87441cc2d0 (patch)
tree31d4b9b86c4494d070243e4c8ae904b4bfaad87a /ci/run.sh
parent6ec4f81a3852797410b80296d3afd61f2b255a36 (diff)
downloadrust-libc-c8a4d214eb071627526896921e86aa87441cc2d0.tar.gz
Run the unit tests on the iOS simulator for x86_64-apple-ios
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 179fe7a885..44432ffea7 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -113,6 +113,10 @@ case "$TARGET" in
grep "^PASSED .* tests" /tmp/out
;;
+ x86_64-apple-ios)
+ python ./ci/ios/deploy_and_run_x86_64_binary_on_ios_simulator.py $CARGO_TARGET_DIR/$TARGET/debug/libc-test
+ ;;
+
arm-unknown-linux-gnueabihf)
qemu-arm -L /usr/arm-linux-gnueabihf $CARGO_TARGET_DIR/$TARGET/debug/libc-test
;;