...
<compiler configuration>
refers to a supported compiler configuration, e.g., gcc_9-64; see Compilers for the list of supported compilers.<coverage metric specification>
refers to a supported coverage metric, e.g., line-coverage. See Command Line Reference for cpptestcc for the list of supported coverage metrics.<additional options>
refers to any additional options that may be required to fine-tune the instrumentation process. See See Fine-Tuning Code Instrumentation and and Command Line Reference for cpptestcc for for the complete list of options supported bycpptestcc
.- The
cpptestcc
command line is separated from the compiler command line with the--
separator.
...