add xctest to gn args for ios sim

Bug: webrtc:14786
Change-Id: I293835eb33ee0304930985ba44442bb0c60ce74e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/341841
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Christoffer Dewerin <jansson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41860}
This commit is contained in:
Christoffer Dewerin 2024-03-05 08:53:15 +01:00 committed by WebRTC LUCI CQ
parent cebded9b54
commit 9f11b96e6b

View file

@ -78,7 +78,7 @@ $ # debug build for 64-bit iOS
$ gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"'
$ # debug build for simulator
$ gn gen out/ios_sim --args='target_os="ios" target_cpu="x64"'
$ gn gen out/ios_sim --args='target_os="ios" target_cpu="x64" enable_run_ios_unittests_with_xctest=true'
```
## Compiling with ninja