|
|
Re: How to start code coverage using command line options?
|
|
09/10/2009 5:29 AM
post37713
|
Re: How to start code coverage using command line options?
Thanks for the information Ryan.
But as I said in my post, I have already built my executable with the necessary code coverage changes made to the make
files, i.e. ftest-coverage -fprofile-arcs is being used during compilation.
But when I run the executable on my target, I do not see any files created on my target which indicate the code coverage
information is being collected (no *.da files are being created).
I am wondering if some kind of arguments have be specified when I run the executable so that the OS knows that code
coverage information needs to captured.
Also please note that, if I launch the executable using the Code coverage perspective in the IDE, then I am able to see
code coverage info being captured. I am interested in seeing the code coverage info without having to use the IDE as a
launcher.
I hope I am more clear now. Please let me know if you need any other information to understand/solve my problem.
Thanks
Sunil
|
|
|
|
|