aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMCodeCoverageTestsST.m
Commit message (Collapse)AuthorAge
* - Add gcov flushes that will happen within the test bundles to also captureGravatar gtm.daemon2013-11-26
| | | | | | | | | | the coverage data there. Needed if you link some of your code directly into the test bundles or if you have code in headers (inlines, c++ templates, etc.) - Add a preprocessor gate to only bring in the coverage support when enabled, lets you add the source, and then use a Xcode Configuration to control when it is needed, otherwise you can end up linking coverage into your Release builds. DELTA=28 (28 added, 0 deleted, 0 changed)
* Get rid of extra semicolons in my previous change.Gravatar gtm.daemon2013-11-13
| | | DELTA=2 (0 added, 0 deleted, 2 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)