]> Cypherpunks.ru repositories - gostls13.git/commitdiff
misc/ios: don't refer to iostest.bash
authorElias Naur <mail@eliasnaur.com>
Fri, 3 May 2019 11:21:49 +0000 (13:21 +0200)
committerElias Naur <mail@eliasnaur.com>
Fri, 3 May 2019 13:24:36 +0000 (13:24 +0000)
iostest.bash might not live much longer, and all.bash is much
less confusing and more explicit.

Change-Id: If42e8716bbbb02aa3f817dceaabb1aa8076aae1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/175178
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/ios/README

index 83fa2d6fc7096fe5494cf0d0ab34f61fc2a4d792..b9952dc11d25345d097cb9ecd1fc2c078a0bedb5 100644 (file)
@@ -31,9 +31,10 @@ which will output something similar to
 If you have multiple devices connected, specify the device UDID with the GOIOS_DEVICE_ID
 variable. Use `idevice_id -l` to list all available UDIDs.
 
-Finally, to run the standard library tests, run iostest.bash with GOARCH set. For example,
+Finally, to run the standard library tests, run all.bash as usual, but with the compiler
+set to the clang wrapper that invokes clang for iOS. For example,
 
-       GOARCH=arm64 ./iostest.bash
+       GOARCH=arm64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all.bash
 
 To use the go tool directly to run programs and tests, put $GOROOT/bin into PATH to ensure
 the go_darwin_$GOARCH_exec wrapper is found. For example, to run the archive/tar tests