File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ which will output something similar to
31
31
If you have multiple devices connected, specify the device UDID with the GOIOS_DEVICE_ID
32
32
variable. Use `idevice_id -l` to list all available UDIDs.
33
33
34
- Finally, to run the standard library tests, run iostest.bash with GOARCH set. For example,
34
+ Finally, to run the standard library tests, run all.bash as usual, but with the compiler
35
+ set to the clang wrapper that invokes clang for iOS. For example,
35
36
36
- GOARCH=arm64 ./iostest .bash
37
+ GOARCH=arm64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all .bash
37
38
38
39
To use the go tool directly to run programs and tests, put $GOROOT/bin into PATH to ensure
39
40
the go_darwin_$GOARCH_exec wrapper is found. For example, to run the archive/tar tests
You can’t perform that action at this time.
0 commit comments