-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Associate generated classes with the unit test bundle
This is accomplished by implementing the undocumented +bundleForClass for the generated classes. This isn't necessary for proper operation, but it results in more expected output from XCTest reports. With this change Google Test classes appear to be part of the unit test bundle that GoogleTests.mm is compiled into, as they did under earlier implementations. Without it tests are still executed and filtered properly, but appear in the report as part of a separate bundle for the application running tests. When run within Xcode this is a command line app so the bundle is represented as the name of the directory where that app is located ("Agents").
- Loading branch information
1 parent
0ae73f8
commit 1a5f833
Showing
1 changed file
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters