Configure xctest build settings to prevent Xcode from linking objects.
Test files need to be known to Xcode for proper indexing and for discovery of tests function for XCTest, but the compilation is done via ninja, which causes Xcode fail find object files when trying to link. This CL configures the build settings of XCTest targets to trick Xcode to blindly return success when trying to link object files. BUG=614818 Review-Url: https://codereview.chromium.org/2594033002 Cr-Commit-Position: refs/heads/master@{#441500}
Showing
Please register or sign in to comment