aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMGoogleTestRunner.mm
Commit message (Collapse)AuthorAge
* Relay the real argc/argv to testing::InitGoogleTestGravatar Thomas Van Lenten2015-09-08
|
* Fix up GTMGoogleTestRunner for Xcode 6.1.Gravatar thomasvl2014-10-29
| | | | | - We now add selectors to the class because Xcode 6.1 appears to take the test name from the selector instead of from the -[XCTest name] method.
* Add support for XCTest (as opposed to OCUnit) to GTM. Define ↵Gravatar gtm.daemon2014-06-02
| | | | | | GTM_USING_XCTEST to 1 to use it. DELTA=486 (352 added, 0 deleted, 134 changed) DELTA_BY_EXTENSION=h=467,m=15,mm=1,txt=3
* More support for allowing GTM to compile with -Wundef.Gravatar gtm.daemon2014-02-24
| | | DELTA=8 (8 added, 0 deleted, 0 changed)
* Add GoogleTestRunner to GTM.Gravatar gtm.daemon2013-11-12
This allows you to easily mix and match SenTest with GoogleTest https://code.google.com/p/googletest/ which is nice when working with C++ code. Also adds GTMCodeCoverage which allows you to do code coverage with Xcode 5 and iOS7. DELTA=424 (424 added, 0 deleted, 0 changed)