Discussion Forum

merging coverage files

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Julian Opificius
Posted
24-Sep-2005 01:08 GMT
Toolset
C51
New! merging coverage files
I have a handful of people testing a program that needs full coverage testing. Is there any way of merging coverage data files to aggregate multiple files into one?
Read-Only
Author
Reinhard Keil
Posted
26-Sep-2005 17:43 GMT
Toolset
C51
New! RE: merging coverage files
Yes, the Coverage command offers a SAVE and LOAD option that allows you to reload the COVERAGE settings of previous sessions.

Reinhard
Read-Only
Author
Julian Opificius
Posted
26-Sep-2005 19:45 GMT
Toolset
C51
New! RE: merging coverage files
Thanks, but that isn't what I asked for.
I want to be able to merge two files into one, then load that into a debug session.

j.
Read-Only
Author
Krishna Durbha
Posted
26-Sep-2005 20:00 GMT
Toolset
C51
New! RE: merging coverage files
I guess you could use multiple source groups in the project->targets groups and files menu and add different source groups and assign them to different users and put all the files and organize them into source groups. its explained well in the GS51.PDF in chapter 4.
Read-Only
Author
Reinhard Keil
Posted
27-Sep-2005 06:34 GMT
Toolset
C51
New! RE: merging coverage files
You can do this with the INCREMENTAL option.

See:
http://www.keil.com/support/docs/2616.htm

Next Thread | Thread List | Previous Thread Start a Thread | Settings