]> Cypherpunks repositories - gostls13.git/commit
iostest.bash: build script for iOS
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 30 Mar 2015 12:47:07 +0000 (08:47 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 30 Mar 2015 16:54:01 +0000 (16:54 +0000)
commitdd95244d4b9be2dda0e899535fa6f7c637937617
treeb384b118be19dd576ec8705974c554e7bd9989e2
parentffe7fbf33b7dd284e67bb9ba0043910c68d1237e
iostest.bash: build script for iOS

In the spirit of nacltest.bash and androidtest.bash. Sets up the
exec script and reboots the device.

The reboot helps make sure previous runs do not interfere with the
current run. It is reasonably easy for a bad program, e.g. one with
a corrupt stack, to get the device stuck.

Change-Id: I61317527741c45a70c390fe21adc4895510fc79f
Reviewed-on: https://go-review.googlesource.com/8242
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/iostest.bash [new file with mode: 0755]