SOURCE_IDENTIFICATION

This configuration parameter determines how source files are identified during instrumentation, testing and reporting by Testwell CTC++.

The name of a source file is recorded during instrumentation in a symbol file. These values are allowed for SOURCE_IDENTIFICATION:
absolute
Independent from the way a file is referenced on the compilation command line, the full path and the file name is saved.
as_given
The exact string from the compilation command line is used.
basename
The possible path is stripped-off. This setting may be used if the program memory is extremely limited, but file name conflicts are possible.
absolute_without_drive
The full path without the drive letter is used.