Skip to content

Commit 18245ef

Browse files
authored
Document how to run XCTest unit tests for iOS (#3286)
1 parent aa0fa21 commit 18245ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/mdbook/src/ios/ios-tests.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# iOS Tests
22

3+
## iOS Unit Tests
4+
5+
To run the iOS unit tests via XCTest, run tests for the `ios_test` target in Xcode
6+
or use the following bazel command:
7+
8+
```
9+
bazel test //platform/ios/test:ios_test --test_output=errors --//:renderer=metal
10+
```
11+
312
## Render Tests
413

514
To run the render tests, run the `RenderTest` target from iOS.

0 commit comments

Comments
 (0)