TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Support to get the test coverage in iOS7.
Add to GenerateTestCoverageFor_iOS7 subdirectory to your project
and change your build settings.
Yes
Yes
xcodebuild test \
-scheme Tests \
-destination "name=iPhone Retina (4-inch 64-bit),OS=7.0" \
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES \
GCC_GENERATE_TEST_COVERAGE_FILES=YES
xcodebuild test \
-scheme Tests \
-destination "name=iPhone Retina (4-inch 64-bit),OS=7.0" \
OBJROOT=tmp \
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES \
GCC_GENERATE_TEST_COVERAGE_FILES=YES
/Applications/CoverStory.app/Contents/MacOS/CoverStory tmp
__gcov_flush()
#define UNUSE_GCOV_FLUSH //< -DUNUSE_GCOV_FLUSH
But USE_GCOV_FLUSH
takes precedence over UNUSE_GCOV_FLUSH
.
Add GenerateTestCoverageFor_iOS7 subdirectory to your project.