SOURCE_IDENTIFICATION

(Deprecated) 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
The default setting in all current ctc.ini files delivererd. Independent from the way a file is referenced on the compilation command line, the full path and the file name is saved.
It is not recommended to change this value.
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.
Note: SOURCE_IDENTIFICATION is only available for compatibility reasons and will be removed in future versions of Testwell CTC++. Stick with using absolute and contact Verifysoft's support team if this seems not to be possible in your setup.