Home > User Support > QTE
yquestionz
When a program containing source code that defines member functions in a class definition is run with the run-test command
in functional safety coverage mode, the The following error is displayed
yAnswerz
This error is displayed when the "cov-target-header-path-list" option does not specify the path
o the header file needed for the measurement, or the path is incorrect.
Make sure that the "cov-target-header-path-list" option in the project.json file is
set to the path of the header file in which the target member function is defined.
If it is not set, set the header file path and run the command again from the prepare command.