Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option NameDescriptionDefault
CPPTEST_COMPILER_ID

Specifies the compiler configuration that matches your compiler.

gcc_9-64
 CPPTEST_COVERAGE_TYPE_FLAGS Specifies the coverage type. See Command Line Reference for cpptestcc for available options.-optimized-line-coverage
CPPTEST_COVERAGE_WORKSPACESpecifies the path to the workspace for the coverage tool where C/C++test's coverage data files are stored by default.<CMAKE_BINARY_DIR>/cpptest-coverage/<CMAKE_PROJECT_NAME>
CPPTEST_COVERAGE_LOG_FILE

Specifies the name and location of the C/C++test coverage log file (.clog).

Important: You must ensure the coverage log directory exists before running the instrumented application.

<CPPTEST_COVERAGE_WORKSPACE>/<CMAKE_PROJECT_NAME>.clog
CPPTEST_CPPTESTCC_OPTSSpecifies the options for the cpptestcc coverage tool.

...